| /app/Controllers/ArgumentsController.php |
150 |
177 |
14 |
| /app/Controllers/CsrfController.php |
42 |
54 |
11 |
| /app/Controllers/DatabaseController.php |
29 |
116 |
17 |
| /app/Controllers/IndexController.php |
25 |
9 |
8 |
| /app/Controllers/ListController.php |
36 |
86 |
21 |
| /app/Controllers/LumiController.php |
50 |
255 |
54 |
| /app/Controllers/MappingController.php |
102 |
1 |
1 |
| /app/Controllers/PrefixController.php |
46 |
14 |
8 |
| /app/Controllers/SessionController.php |
28 |
70 |
15 |
| /app/Controllers/TaggedController.php |
40 |
16 |
11 |
| /app/Controllers/TestController.php |
269 |
1 |
1 |
| /app/Controllers/ViewController.php |
49 |
136 |
15 |
| /app/Middleware/LoggerMiddleware.php |
26 |
12 |
11 |
| /app/Service/Entity/PersonOne.php |
18 |
6 |
6 |
| /app/Service/Entity/PersonTwo.php |
18 |
9 |
7 |
| /app/Service/Logger/CustomLogger.php |
22 |
26 |
19 |
| /app/Service/Logger/CustomLoggerInterface.php |
30 |
11 |
10 |
| /app/Service/Logger/LogEntry.php |
20 |
7 |
4 |
| /app/Support/HttpErrorHandler.php |
24 |
10 |
9 |
| /app/Support/MandatoryLanguagePrefix.php |
20 |
3 |
3 |
| /app/Support/OptionalLanguagePrefix.php |
20 |
3 |
3 |
| /app/config/app.php |
14 |
3 |
3 |
| /app/config/database/default.php |
16 |
5 |
3 |
| /app/config/database/manager.php |
23 |
1 |
1 |
| /app/config/session.php |
14 |
2 |
2 |
| /app/services.php |
23 |
10 |
6 |
| /public/index.php |
20 |
7 |
7 |
| /src/Tuxxedo/Application/ApplicationConfigurator.php |
47 |
190 |
26 |
| /src/Tuxxedo/Application/ApplicationConfiguratorInterface.php |
80 |
148 |
12 |
| /src/Tuxxedo/Application/Resolver/App.php |
25 |
7 |
7 |
| /src/Tuxxedo/Application/Resolver/AppName.php |
25 |
8 |
8 |
| /src/Tuxxedo/Application/Resolver/AppProfile.php |
26 |
9 |
9 |
| /src/Tuxxedo/Application/Resolver/AppUrl.php |
25 |
8 |
8 |
| /src/Tuxxedo/Application/Resolver/AppVersion.php |
25 |
8 |
8 |
| /src/Tuxxedo/Collection/Collection.php |
22 |
99 |
19 |
| /src/Tuxxedo/Collection/CollectionException.php |
20 |
4 |
4 |
| /src/Tuxxedo/Collection/CollectionInterface.php |
33 |
13 |
1 |
| /src/Tuxxedo/Collection/FileCollection.php |
34 |
30 |
14 |
| /src/Tuxxedo/Collection/ImmutableCollection.php |
22 |
77 |
17 |
| /src/Tuxxedo/Collection/IntCollection.php |
50 |
20 |
12 |
| /src/Tuxxedo/Collection/StringCollection.php |
38 |
16 |
12 |
| /src/Tuxxedo/Config/Config.php |
24 |
38 |
17 |
| /src/Tuxxedo/Config/ConfigException.php |
45 |
11 |
5 |
| /src/Tuxxedo/Config/ConfigInterface.php |
18 |
7 |
2 |
| /src/Tuxxedo/Config/Resolver/ConfigValue.php |
25 |
11 |
11 |
| /src/Tuxxedo/Container/Container.php |
33 |
161 |
42 |
| /src/Tuxxedo/Container/ContainerException.php |
86 |
38 |
13 |
| /src/Tuxxedo/Container/ContainerInterface.php |
23 |
16 |
3 |
| /src/Tuxxedo/Container/DefaultImplementation.php |
24 |
10 |
7 |
| /src/Tuxxedo/Container/DefaultInitializer.php |
23 |
5 |
5 |
| /src/Tuxxedo/Container/DefaultLifecycle.php |
20 |
6 |
6 |
| /src/Tuxxedo/Container/DependencyResolverInterface.php |
28 |
1 |
1 |
| /src/Tuxxedo/Container/Resolver/Glue.php |
24 |
11 |
9 |
| /src/Tuxxedo/Container/Resolver/Tagged.php |
26 |
10 |
10 |
| /src/Tuxxedo/Container/Resolver/TaggedCollection.php |
27 |
12 |
12 |
| /src/Tuxxedo/Database/ConnectionManager.php |
30 |
1 |
1 |
| /src/Tuxxedo/Database/ConnectionManagerInterface.php |
21 |
16 |
10 |
| /src/Tuxxedo/Database/DatabaseException.php |
54 |
37 |
10 |
| /src/Tuxxedo/Database/Driver/AbstractConnection.php |
36 |
43 |
15 |
| /src/Tuxxedo/Database/Driver/AbstractResultSet.php |
20 |
27 |
21 |
| /src/Tuxxedo/Database/Driver/ConnectionInterface.php |
33 |
58 |
14 |
| /src/Tuxxedo/Database/Driver/DefaultDriver.php |
39 |
10 |
4 |
| /src/Tuxxedo/Database/Driver/HydratableInterface.php |
21 |
2 |
2 |
| /src/Tuxxedo/Database/Driver/Mysql/MysqlConnection.php |
29 |
99 |
50 |
| /src/Tuxxedo/Database/Driver/Mysql/MysqlResultSet.php |
32 |
54 |
24 |
| /src/Tuxxedo/Database/Driver/Pdo/AbstractPdoConnection.php |
39 |
95 |
40 |
| /src/Tuxxedo/Database/Driver/Pdo/Generic/PdoGenericConnection.php |
25 |
18 |
13 |
| /src/Tuxxedo/Database/Driver/Pdo/Mysql/PdoMysqlConnection.php |
26 |
40 |
17 |
| /src/Tuxxedo/Database/Driver/Pdo/PdoResultSet.php |
34 |
63 |
22 |
| /src/Tuxxedo/Database/Driver/Pdo/Pgsql/PdoPgsqlConnection.php |
25 |
46 |
18 |
| /src/Tuxxedo/Database/Driver/Pdo/Sqlite/PdoSqliteConnection.php |
25 |
21 |
15 |
| /src/Tuxxedo/Database/Driver/Pgsql/PgsqlConnection.php |
31 |
117 |
53 |
| /src/Tuxxedo/Database/Driver/Pgsql/PgsqlResultSet.php |
29 |
37 |
16 |
| /src/Tuxxedo/Database/Driver/ResultRow.php |
26 |
19 |
18 |
| /src/Tuxxedo/Database/Driver/ResultRowInterface.php |
19 |
7 |
6 |
| /src/Tuxxedo/Database/Driver/ResultSetInterface.php |
21 |
12 |
7 |
| /src/Tuxxedo/Database/Driver/Sqlite/SqliteConnection.php |
41 |
96 |
44 |
| /src/Tuxxedo/Database/Driver/Sqlite/SqliteResultSet.php |
34 |
63 |
22 |
| /src/Tuxxedo/Database/Query/Builder/AbstractBuilder.php |
31 |
22 |
10 |
| /src/Tuxxedo/Database/Query/Builder/AbstractWhereBuilder.php |
16 |
159 |
17 |
| /src/Tuxxedo/Database/Query/Builder/BetweenCondition.php |
20 |
18 |
5 |
| /src/Tuxxedo/Database/Query/Builder/BetweenConditionInterface.php |
16 |
28 |
7 |
| /src/Tuxxedo/Database/Query/Builder/BuilderInterface.php |
24 |
15 |
8 |
| /src/Tuxxedo/Database/Query/Builder/Condition.php |
19 |
16 |
6 |
| /src/Tuxxedo/Database/Query/Builder/ConditionInterface.php |
16 |
25 |
9 |
| /src/Tuxxedo/Database/Query/Builder/CountBuilder.php |
16 |
15 |
10 |
| /src/Tuxxedo/Database/Query/Builder/CountBuilderInterface.php |
21 |
2 |
1 |
| /src/Tuxxedo/Database/Query/Builder/DeleteBuilder.php |
16 |
18 |
13 |
| /src/Tuxxedo/Database/Query/Builder/DeleteBuilderInterface.php |
18 |
1 |
1 |
| /src/Tuxxedo/Database/Query/Builder/ExistsBuilder.php |
16 |
8 |
7 |
| /src/Tuxxedo/Database/Query/Builder/ExistsBuilderInterface.php |
25 |
1 |
1 |
| /src/Tuxxedo/Database/Query/Builder/InsertBuilder.php |
16 |
23 |
14 |
| /src/Tuxxedo/Database/Query/Builder/InsertBuilderInterface.php |
18 |
3 |
3 |
| /src/Tuxxedo/Database/Query/Builder/InsertBulkBuilder.php |
18 |
59 |
20 |
| /src/Tuxxedo/Database/Query/Builder/InsertBulkBuilderInterface.php |
25 |
1 |
1 |
| /src/Tuxxedo/Database/Query/Builder/Join.php |
23 |
19 |
6 |
| /src/Tuxxedo/Database/Query/Builder/JoinInterface.php |
16 |
30 |
9 |
| /src/Tuxxedo/Database/Query/Builder/SelectBuilder.php |
20 |
175 |
28 |
| /src/Tuxxedo/Database/Query/Builder/SelectBuilderInterface.php |
37 |
29 |
5 |
| /src/Tuxxedo/Database/Query/Builder/Table/AbstractTableBuilder.php |
27 |
18 |
12 |
| /src/Tuxxedo/Database/Query/Builder/Table/DropTableBuilder.php |
16 |
11 |
9 |
| /src/Tuxxedo/Database/Query/Builder/Table/DropTableBuilderInterface.php |
20 |
1 |
1 |
| /src/Tuxxedo/Database/Query/Builder/UpdateBuilder.php |
16 |
38 |
15 |
| /src/Tuxxedo/Database/Query/Builder/UpdateBuilderInterface.php |
18 |
5 |
3 |
| /src/Tuxxedo/Database/Query/Builder/WhereBuilderInterface.php |
103 |
34 |
6 |
| /src/Tuxxedo/Database/Query/Dialect/DialectInterface.php |
25 |
8 |
7 |
| /src/Tuxxedo/Database/Query/Dialect/GenericDialect.php |
18 |
16 |
10 |
| /src/Tuxxedo/Database/Query/Dialect/MysqlDialect.php |
20 |
17 |
11 |
| /src/Tuxxedo/Database/Query/Dialect/PgsqlDialect.php |
25 |
24 |
17 |
| /src/Tuxxedo/Database/Query/Dialect/SqliteDialect.php |
19 |
17 |
11 |
| /src/Tuxxedo/Database/Query/Parser/StatementParser.php |
19 |
60 |
22 |
| /src/Tuxxedo/Database/Query/Parser/StatementParserInterface.php |
22 |
5 |
5 |
| /src/Tuxxedo/Database/Query/Parser/StatementParserResult.php |
23 |
7 |
5 |
| /src/Tuxxedo/Database/Query/Parser/StatementParserResultInterface.php |
25 |
12 |
7 |
| /src/Tuxxedo/Database/Resolver/DefaultConnection.php |
26 |
9 |
9 |
| /src/Tuxxedo/Database/Resolver/NamedConnection.php |
29 |
13 |
13 |
| /src/Tuxxedo/Database/Resolver/ReadConnection.php |
26 |
9 |
9 |
| /src/Tuxxedo/Database/Resolver/WriteConnection.php |
26 |
9 |
9 |
| /src/Tuxxedo/Database/SqlException.php |
66 |
17 |
5 |
| /src/Tuxxedo/Debug/DebugErrorHandler.php |
24 |
38 |
24 |
| /src/Tuxxedo/Escaper/Escaper.php |
28 |
1 |
1 |
| /src/Tuxxedo/Escaper/EscaperInterface.php |
19 |
6 |
5 |
| /src/Tuxxedo/Http/Cookie.php |
33 |
1 |
1 |
| /src/Tuxxedo/Http/CookieInterface.php |
54 |
32 |
7 |
| /src/Tuxxedo/Http/Header.php |
28 |
1 |
1 |
| /src/Tuxxedo/Http/HeaderInterface.php |
18 |
14 |
8 |
| /src/Tuxxedo/Http/HttpException.php |
22 |
384 |
15 |
| /src/Tuxxedo/Http/InputContext.php |
31 |
7 |
4 |
| /src/Tuxxedo/Http/Kernel/DispatchNode.php |
27 |
16 |
7 |
| /src/Tuxxedo/Http/Kernel/Dispatcher.php |
23 |
20 |
9 |
| /src/Tuxxedo/Http/Kernel/DispatcherInterface.php |
23 |
1 |
1 |
| /src/Tuxxedo/Http/Kernel/ErrorHandlerInterface.php |
22 |
1 |
1 |
| /src/Tuxxedo/Http/Kernel/Kernel.php |
42 |
94 |
30 |
| /src/Tuxxedo/Http/Kernel/KernelInterface.php |
33 |
78 |
12 |
| /src/Tuxxedo/Http/Method.php |
31 |
6 |
6 |
| /src/Tuxxedo/Http/Request/Attribute/JsonBodyMapTo.php |
26 |
16 |
12 |
| /src/Tuxxedo/Http/Request/Attribute/JsonBodyMapToArrayOf.php |
26 |
15 |
12 |
| /src/Tuxxedo/Http/Request/Attribute/JsonMapTo.php |
33 |
31 |
16 |
| /src/Tuxxedo/Http/Request/Attribute/JsonMapToArrayOf.php |
33 |
30 |
16 |
| /src/Tuxxedo/Http/Request/Attribute/MapTo.php |
33 |
28 |
16 |
| /src/Tuxxedo/Http/Request/Attribute/MapToArrayOf.php |
33 |
27 |
16 |
| /src/Tuxxedo/Http/Request/Context/BodyContextInterface.php |
33 |
7 |
3 |
| /src/Tuxxedo/Http/Request/Context/EnvironmentBodyContext.php |
24 |
28 |
15 |
| /src/Tuxxedo/Http/Request/Context/EnvironmentHeaderContext.php |
27 |
62 |
20 |
| /src/Tuxxedo/Http/Request/Context/EnvironmentInputContext.php |
27 |
105 |
23 |
| /src/Tuxxedo/Http/Request/Context/EnvironmentServerContext.php |
63 |
95 |
16 |
| /src/Tuxxedo/Http/Request/Context/EnvironmentUploadedFilesContext.php |
23 |
21 |
13 |
| /src/Tuxxedo/Http/Request/Context/HeaderContextInterface.php |
25 |
10 |
2 |
| /src/Tuxxedo/Http/Request/Context/InputContextInterface.php |
40 |
18 |
4 |
| /src/Tuxxedo/Http/Request/Context/ServerContextInterface.php |
24 |
70 |
10 |
| /src/Tuxxedo/Http/Request/Context/UploadedFileException.php |
28 |
10 |
4 |
| /src/Tuxxedo/Http/Request/Context/UploadedFilesContextInterface.php |
21 |
2 |
1 |
| /src/Tuxxedo/Http/Request/Middleware/AjaxRequired.php |
21 |
10 |
9 |
| /src/Tuxxedo/Http/Request/Middleware/CsrfMiddleware.php |
22 |
25 |
12 |
| /src/Tuxxedo/Http/Request/Middleware/HttpsRequired.php |
22 |
31 |
16 |
| /src/Tuxxedo/Http/Request/Middleware/MiddlewareNode.php |
26 |
20 |
10 |
| /src/Tuxxedo/Http/Request/Middleware/OutputCapture.php |
20 |
10 |
9 |
| /src/Tuxxedo/Http/Request/Middleware/StrictTransportSecurity.php |
23 |
23 |
17 |
| /src/Tuxxedo/Http/Request/Middleware/XssProtection.php |
27 |
41 |
17 |
| /src/Tuxxedo/Http/Request/Request.php |
79 |
1 |
1 |
| /src/Tuxxedo/Http/Request/RequestInterface.php |
25 |
49 |
11 |
| /src/Tuxxedo/Http/Response/PrefersResponseCodeInterface.php |
16 |
8 |
8 |
| /src/Tuxxedo/Http/Response/ResponsableInterface.php |
24 |
1 |
1 |
| /src/Tuxxedo/Http/Response/Response.php |
223 |
1 |
1 |
| /src/Tuxxedo/Http/Response/ResponseCode.php |
88 |
67 |
5 |
| /src/Tuxxedo/Http/Response/ResponseCodeInterface.php |
16 |
8 |
8 |
| /src/Tuxxedo/Http/Response/ResponseEmitter.php |
22 |
16 |
10 |
| /src/Tuxxedo/Http/Response/ResponseEmitterInterface.php |
18 |
3 |
3 |
| /src/Tuxxedo/Http/Response/ResponseInterface.php |
20 |
30 |
11 |
| /src/Tuxxedo/Http/UploadedFile.php |
30 |
47 |
22 |
| /src/Tuxxedo/Http/UploadedFileInterface.php |
18 |
33 |
9 |
| /src/Tuxxedo/Http/Url/Url.php |
16 |
8 |
8 |
| /src/Tuxxedo/Http/Url/UrlInterface.php |
18 |
7 |
7 |
| /src/Tuxxedo/Http/WeightedHeader.php |
16 |
58 |
19 |
| /src/Tuxxedo/Http/WeightedHeaderInterface.php |
21 |
2 |
1 |
| /src/Tuxxedo/Http/WeightedHeaderPair.php |
19 |
9 |
6 |
| /src/Tuxxedo/Http/WeightedHeaderPairInterface.php |
18 |
14 |
9 |
| /src/Tuxxedo/Logger/AbstractLogger.php |
18 |
62 |
13 |
| /src/Tuxxedo/Logger/LogMessageFormatter.php |
16 |
25 |
13 |
| /src/Tuxxedo/Logger/LogMessageFormatterInterface.php |
38 |
8 |
3 |
| /src/Tuxxedo/Logger/LoggerException.php |
21 |
5 |
5 |
| /src/Tuxxedo/Logger/LoggerInterface.php |
22 |
66 |
9 |
| /src/Tuxxedo/Logger/NullLogger.php |
16 |
8 |
8 |
| /src/Tuxxedo/Logger/StreamLogger.php |
34 |
27 |
21 |
| /src/Tuxxedo/Logger/SyslogLogger.php |
20 |
38 |
19 |
| /src/Tuxxedo/Mapper/Mapper.php |
27 |
26 |
13 |
| /src/Tuxxedo/Mapper/MapperException.php |
22 |
11 |
5 |
| /src/Tuxxedo/Mapper/MapperInterface.php |
63 |
12 |
6 |
| /src/Tuxxedo/Model/Attribute/Column.php |
22 |
13 |
12 |
| /src/Tuxxedo/Model/Attribute/Column/BigInteger.php |
23 |
12 |
12 |
| /src/Tuxxedo/Model/Attribute/Column/Blob.php |
23 |
12 |
12 |
| /src/Tuxxedo/Model/Attribute/Column/Boolean.php |
23 |
12 |
12 |
| /src/Tuxxedo/Model/Attribute/Column/Char.php |
25 |
16 |
15 |
| /src/Tuxxedo/Model/Attribute/Column/Date.php |
25 |
21 |
17 |
| /src/Tuxxedo/Model/Attribute/Column/DateTime.php |
25 |
21 |
17 |
| /src/Tuxxedo/Model/Attribute/Column/Decimal.php |
26 |
21 |
15 |
| /src/Tuxxedo/Model/Attribute/Column/Double.php |
23 |
12 |
12 |
| /src/Tuxxedo/Model/Attribute/Column/Float.php |
20 |
1 |
1 |
| /src/Tuxxedo/Model/Attribute/Column/Integer.php |
23 |
12 |
12 |
| /src/Tuxxedo/Model/Attribute/Column/Json.php |
23 |
12 |
12 |
| /src/Tuxxedo/Model/Attribute/Column/SmallInteger.php |
23 |
12 |
12 |
| /src/Tuxxedo/Model/Attribute/Column/Text.php |
23 |
12 |
12 |
| /src/Tuxxedo/Model/Attribute/Column/Time.php |
25 |
21 |
17 |
| /src/Tuxxedo/Model/Attribute/Column/Timestamp.php |
25 |
21 |
17 |
| /src/Tuxxedo/Model/Attribute/Column/TinyInteger.php |
23 |
12 |
12 |
| /src/Tuxxedo/Model/Attribute/Column/Varchar.php |
25 |
16 |
15 |
| /src/Tuxxedo/Model/Attribute/ColumnFormatInterface.php |
20 |
2 |
2 |
| /src/Tuxxedo/Model/Attribute/ColumnInterface.php |
20 |
9 |
8 |
| /src/Tuxxedo/Model/Attribute/ColumnLengthInterface.php |
18 |
8 |
8 |
| /src/Tuxxedo/Model/Attribute/ColumnPrecisionInterface.php |
18 |
14 |
8 |
| /src/Tuxxedo/Model/Attribute/CompositeKey.php |
22 |
5 |
5 |
| /src/Tuxxedo/Model/Attribute/Connection/ModelDefaultConnection.php |
27 |
13 |
12 |
| /src/Tuxxedo/Model/Attribute/Connection/ModelDefaultReadConnection.php |
27 |
13 |
12 |
| /src/Tuxxedo/Model/Attribute/Connection/ModelDefaultWriteConnection.php |
27 |
13 |
12 |
| /src/Tuxxedo/Model/Attribute/Connection/ModelNamedConnection.php |
30 |
16 |
15 |
| /src/Tuxxedo/Model/Attribute/Identifier.php |
20 |
8 |
8 |
| /src/Tuxxedo/Model/Attribute/PrimaryKey.php |
20 |
12 |
9 |
| /src/Tuxxedo/Model/Attribute/Relation/BelongsTo.php |
23 |
15 |
8 |
| /src/Tuxxedo/Model/Attribute/Relation/HasMany.php |
23 |
15 |
8 |
| /src/Tuxxedo/Model/Attribute/Relation/HasOne.php |
24 |
15 |
8 |
| /src/Tuxxedo/Model/Attribute/Relation/ManyToMany.php |
25 |
19 |
7 |
| /src/Tuxxedo/Model/Attribute/Table.php |
20 |
11 |
9 |
| /src/Tuxxedo/Model/ModelsManager.php |
29 |
1 |
1 |
| /src/Tuxxedo/Model/ModelsManagerInterface.php |
24 |
22 |
11 |
| /src/Tuxxedo/Reflection/Parameter.php |
16 |
10 |
7 |
| /src/Tuxxedo/Reflection/ParameterInterface.php |
18 |
10 |
8 |
| /src/Tuxxedo/Router/AbstractRouter.php |
86 |
49 |
19 |
| /src/Tuxxedo/Router/ArgumentNode.php |
19 |
18 |
9 |
| /src/Tuxxedo/Router/Attribute/Argument.php |
20 |
6 |
6 |
| /src/Tuxxedo/Router/Attribute/Controller.php |
24 |
16 |
7 |
| /src/Tuxxedo/Router/Attribute/Index.php |
17 |
3 |
3 |
| /src/Tuxxedo/Router/Attribute/Middleware.php |
26 |
5 |
5 |
| /src/Tuxxedo/Router/Attribute/Route.php |
52 |
1 |
1 |
| /src/Tuxxedo/Router/Attribute/Route/Connect.php |
27 |
16 |
11 |
| /src/Tuxxedo/Router/Attribute/Route/Delete.php |
27 |
16 |
11 |
| /src/Tuxxedo/Router/Attribute/Route/Get.php |
27 |
15 |
10 |
| /src/Tuxxedo/Router/Attribute/Route/Head.php |
27 |
16 |
11 |
| /src/Tuxxedo/Router/Attribute/Route/Options.php |
27 |
16 |
11 |
| /src/Tuxxedo/Router/Attribute/Route/Patch.php |
27 |
16 |
11 |
| /src/Tuxxedo/Router/Attribute/Route/Post.php |
27 |
15 |
10 |
| /src/Tuxxedo/Router/Attribute/Route/Put.php |
27 |
16 |
11 |
| /src/Tuxxedo/Router/Attribute/Route/Trace.php |
27 |
16 |
11 |
| /src/Tuxxedo/Router/DispatchableRoute.php |
53 |
29 |
19 |
| /src/Tuxxedo/Router/DispatchableRouteInterface.php |
26 |
12 |
7 |
| /src/Tuxxedo/Router/DynamicRouter.php |
25 |
23 |
17 |
| /src/Tuxxedo/Router/Pattern/Type/Alpha.php |
20 |
5 |
4 |
| /src/Tuxxedo/Router/Pattern/Type/Boolean.php |
20 |
5 |
4 |
| /src/Tuxxedo/Router/Pattern/Type/CountryCode.php |
20 |
5 |
4 |
| /src/Tuxxedo/Router/Pattern/Type/CurrencyCode.php |
20 |
5 |
4 |
| /src/Tuxxedo/Router/Pattern/Type/Date.php |
20 |
5 |
4 |
| /src/Tuxxedo/Router/Pattern/Type/Hex.php |
20 |
5 |
4 |
| /src/Tuxxedo/Router/Pattern/Type/LanguageCode.php |
20 |
5 |
4 |
| /src/Tuxxedo/Router/Pattern/Type/NumericId.php |
20 |
5 |
4 |
| /src/Tuxxedo/Router/Pattern/Type/Sha1.php |
20 |
5 |
4 |
| /src/Tuxxedo/Router/Pattern/Type/Sha256.php |
20 |
5 |
4 |
| /src/Tuxxedo/Router/Pattern/Type/Slug.php |
20 |
5 |
4 |
| /src/Tuxxedo/Router/Pattern/Type/Timestamp.php |
20 |
5 |
4 |
| /src/Tuxxedo/Router/Pattern/Type/Uuid.php |
20 |
5 |
4 |
| /src/Tuxxedo/Router/Pattern/Type/UuidV4.php |
20 |
5 |
4 |
| /src/Tuxxedo/Router/Pattern/TypePattern.php |
19 |
9 |
6 |
| /src/Tuxxedo/Router/Pattern/TypePatternInterface.php |
18 |
12 |
7 |
| /src/Tuxxedo/Router/Pattern/TypePatternRegistry.php |
16 |
19 |
14 |
| /src/Tuxxedo/Router/Pattern/TypePatternRegistryInterface.php |
18 |
2 |
2 |
| /src/Tuxxedo/Router/PrefixInterface.php |
21 |
6 |
6 |
| /src/Tuxxedo/Router/Route.php |
33 |
38 |
14 |
| /src/Tuxxedo/Router/RouteArgument.php |
18 |
31 |
16 |
| /src/Tuxxedo/Router/RouteArgumentInterface.php |
26 |
18 |
8 |
| /src/Tuxxedo/Router/RouteDiscoverer.php |
109 |
201 |
50 |
| /src/Tuxxedo/Router/RouteDiscovererInterface.php |
39 |
25 |
8 |
| /src/Tuxxedo/Router/RouteInterface.php |
40 |
53 |
10 |
| /src/Tuxxedo/Router/RouterException.php |
21 |
34 |
7 |
| /src/Tuxxedo/Router/RouterInterface.php |
17 |
9 |
4 |
| /src/Tuxxedo/Router/StaticRouter.php |
16 |
17 |
13 |
| /src/Tuxxedo/Security/Csrf/CsrfManager.php |
28 |
1 |
1 |
| /src/Tuxxedo/Security/Csrf/CsrfManagerInterface.php |
19 |
13 |
9 |
| /src/Tuxxedo/Security/Csrf/Storage/CsrfSessionStorageHandler.php |
21 |
17 |
13 |
| /src/Tuxxedo/Security/Csrf/Storage/CsrfStorageHandlerInterface.php |
18 |
5 |
3 |
| /src/Tuxxedo/Session/Adapter/PhpSessionAdapter.php |
26 |
79 |
26 |
| /src/Tuxxedo/Session/Session.php |
30 |
1 |
1 |
| /src/Tuxxedo/Session/SessionAdapterInterface.php |
83 |
21 |
10 |
| /src/Tuxxedo/Session/SessionException.php |
41 |
16 |
6 |
| /src/Tuxxedo/Session/SessionInterface.php |
19 |
20 |
13 |
| /src/Tuxxedo/Version.php |
16 |
11 |
3 |
| /src/Tuxxedo/View/Lumi/Compiler/CompiledFile.php |
16 |
17 |
12 |
| /src/Tuxxedo/View/Lumi/Compiler/CompiledFileInterface.php |
18 |
13 |
7 |
| /src/Tuxxedo/View/Lumi/Compiler/Compiler.php |
59 |
56 |
27 |
| /src/Tuxxedo/View/Lumi/Compiler/CompilerDirectives.php |
21 |
6 |
6 |
| /src/Tuxxedo/View/Lumi/Compiler/CompilerDirectivesInterface.php |
18 |
2 |
2 |
| /src/Tuxxedo/View/Lumi/Compiler/CompilerException.php |
41 |
46 |
14 |
| /src/Tuxxedo/View/Lumi/Compiler/CompilerInterface.php |
32 |
17 |
7 |
| /src/Tuxxedo/View/Lumi/Compiler/CompilerState.php |
23 |
46 |
23 |
| /src/Tuxxedo/View/Lumi/Compiler/CompilerStateInterface.php |
26 |
29 |
11 |
| /src/Tuxxedo/View/Lumi/Compiler/Expression/ExpressionCompiler.php |
22 |
14 |
10 |
| /src/Tuxxedo/View/Lumi/Compiler/Provider/CompilerProviderInterface.php |
21 |
2 |
2 |
| /src/Tuxxedo/View/Lumi/Compiler/Provider/ConditionalCompilerProvider.php |
20 |
18 |
9 |
| /src/Tuxxedo/View/Lumi/Compiler/Provider/ExpressionCompilerProvider.php |
38 |
152 |
27 |
| /src/Tuxxedo/View/Lumi/Compiler/Provider/LoopCompilerProvider.php |
24 |
41 |
9 |
| /src/Tuxxedo/View/Lumi/Compiler/Provider/NodeCompilerHandler.php |
25 |
4 |
4 |
| /src/Tuxxedo/View/Lumi/Compiler/Provider/NodeCompilerHandlerInterface.php |
20 |
12 |
7 |
| /src/Tuxxedo/View/Lumi/Compiler/Provider/PostNodeCompilerHandler.php |
16 |
4 |
4 |
| /src/Tuxxedo/View/Lumi/Compiler/Provider/PostNodeCompilerHandlerInterface.php |
16 |
1 |
1 |
| /src/Tuxxedo/View/Lumi/Compiler/Provider/StagedNodeCompilerHandler.php |
26 |
7 |
4 |
| /src/Tuxxedo/View/Lumi/Compiler/Provider/StagedNodeCompilerHandlerInterface.php |
20 |
12 |
7 |
| /src/Tuxxedo/View/Lumi/Compiler/Provider/TextCompilerProvider.php |
36 |
103 |
21 |
| /src/Tuxxedo/View/Lumi/Highlight/HighlightException.php |
35 |
8 |
5 |
| /src/Tuxxedo/View/Lumi/Highlight/Highlighter.php |
61 |
343 |
31 |
| /src/Tuxxedo/View/Lumi/Highlight/Theme/LumiDark.php |
18 |
37 |
11 |
| /src/Tuxxedo/View/Lumi/Highlight/Theme/LumiLight.php |
18 |
29 |
11 |
| /src/Tuxxedo/View/Lumi/Highlight/Theme/ThemeFactory.php |
18 |
9 |
9 |
| /src/Tuxxedo/View/Lumi/Highlight/Theme/ThemeFactoryInterface.php |
23 |
6 |
6 |
| /src/Tuxxedo/View/Lumi/Highlight/Theme/ThemeInterface.php |
16 |
7 |
7 |
| /src/Tuxxedo/View/Lumi/Lexer/ByteStream.php |
67 |
69 |
25 |
| /src/Tuxxedo/View/Lumi/Lexer/ByteStreamInterface.php |
39 |
25 |
10 |
| /src/Tuxxedo/View/Lumi/Lexer/Expression/ExpressionLexer.php |
103 |
122 |
28 |
| /src/Tuxxedo/View/Lumi/Lexer/Handler/Block/AbstractLoopConstructHandler.php |
25 |
5 |
5 |
| /src/Tuxxedo/View/Lumi/Lexer/Handler/Block/AlwaysExpressiveInterface.php |
16 |
1 |
1 |
| /src/Tuxxedo/View/Lumi/Lexer/Handler/Block/AlwaysStandaloneInterface.php |
16 |
1 |
1 |
| /src/Tuxxedo/View/Lumi/Lexer/Handler/Block/BlockBlockHandler.php |
22 |
9 |
9 |
| /src/Tuxxedo/View/Lumi/Lexer/Handler/Block/BlockHandlerInterface.php |
24 |
8 |
8 |
| /src/Tuxxedo/View/Lumi/Lexer/Handler/Block/BreakBlockHandler.php |
20 |
8 |
8 |
| /src/Tuxxedo/View/Lumi/Lexer/Handler/Block/ContinueBlockHandler.php |
20 |
8 |
8 |
| /src/Tuxxedo/View/Lumi/Lexer/Handler/Block/DeclareBlockHandler.php |
23 |
17 |
11 |
| /src/Tuxxedo/View/Lumi/Lexer/Handler/Block/DoBlockHandler.php |
20 |
7 |
7 |
| /src/Tuxxedo/View/Lumi/Lexer/Handler/Block/ElseBlockHandler.php |
20 |
7 |
7 |
| /src/Tuxxedo/View/Lumi/Lexer/Handler/Block/ElseIfBlockHandler.php |
21 |
7 |
7 |
| /src/Tuxxedo/View/Lumi/Lexer/Handler/Block/EndBlockHandler.php |
20 |
7 |
7 |
| /src/Tuxxedo/View/Lumi/Lexer/Handler/Block/EndForBlockHandler.php |
20 |
7 |
7 |
| /src/Tuxxedo/View/Lumi/Lexer/Handler/Block/EndForEachBlockHandler.php |
20 |
7 |
7 |
| /src/Tuxxedo/View/Lumi/Lexer/Handler/Block/EndIfBlockHandler.php |
20 |
7 |
7 |
| /src/Tuxxedo/View/Lumi/Lexer/Handler/Block/EndLumiBlockHandler.php |
22 |
16 |
12 |
| /src/Tuxxedo/View/Lumi/Lexer/Handler/Block/EndRawBlockHandler.php |
23 |
16 |
11 |
| /src/Tuxxedo/View/Lumi/Lexer/Handler/Block/EndWhileBlockHandler.php |
20 |
7 |
7 |
| /src/Tuxxedo/View/Lumi/Lexer/Handler/Block/ForBlockHandler.php |
22 |
15 |
10 |
| /src/Tuxxedo/View/Lumi/Lexer/Handler/Block/ForEachBlockHandler.php |
22 |
13 |
12 |
| /src/Tuxxedo/View/Lumi/Lexer/Handler/Block/IfBlockHandler.php |
21 |
7 |
7 |
| /src/Tuxxedo/View/Lumi/Lexer/Handler/Block/IncludeBlockHandler.php |
21 |
13 |
11 |
| /src/Tuxxedo/View/Lumi/Lexer/Handler/Block/LayoutBlockHandler.php |
23 |
11 |
11 |
| /src/Tuxxedo/View/Lumi/Lexer/Handler/Block/LumiBlockHandler.php |
21 |
19 |
11 |
| /src/Tuxxedo/View/Lumi/Lexer/Handler/Block/RawBlockHandler.php |
21 |
19 |
11 |
| /src/Tuxxedo/View/Lumi/Lexer/Handler/Block/SetBlockHandler.php |
21 |
7 |
7 |
| /src/Tuxxedo/View/Lumi/Lexer/Handler/Block/WhileBlockHandler.php |
21 |
7 |
7 |
| /src/Tuxxedo/View/Lumi/Lexer/Handler/BlockTokenHandler.php |
53 |
30 |
18 |
| /src/Tuxxedo/View/Lumi/Lexer/Handler/CommentTokenHandler.php |
20 |
8 |
6 |
| /src/Tuxxedo/View/Lumi/Lexer/Handler/EchoTokenHandler.php |
21 |
8 |
6 |
| /src/Tuxxedo/View/Lumi/Lexer/Handler/RawEchoTokenHandler.php |
22 |
10 |
8 |
| /src/Tuxxedo/View/Lumi/Lexer/Handler/TokenHandlerInterface.php |
23 |
4 |
2 |
| /src/Tuxxedo/View/Lumi/Lexer/Lexer.php |
126 |
110 |
33 |
| /src/Tuxxedo/View/Lumi/Lexer/LexerException.php |
270 |
71 |
9 |
| /src/Tuxxedo/View/Lumi/Lexer/LexerInterface.php |
20 |
11 |
6 |
| /src/Tuxxedo/View/Lumi/Lexer/LexerState.php |
16 |
30 |
13 |
| /src/Tuxxedo/View/Lumi/Lexer/LexerStateFlag.php |
24 |
3 |
3 |
| /src/Tuxxedo/View/Lumi/Lexer/LexerStateInterface.php |
18 |
33 |
8 |
| /src/Tuxxedo/View/Lumi/Lexer/TokenStream.php |
18 |
37 |
18 |
| /src/Tuxxedo/View/Lumi/Lexer/TokenStreamInterface.php |
28 |
18 |
7 |
| /src/Tuxxedo/View/Lumi/Library/Directive/DefaultDirectives.php |
21 |
2 |
2 |
| /src/Tuxxedo/View/Lumi/Library/Directive/Directives.php |
24 |
27 |
7 |
| /src/Tuxxedo/View/Lumi/Library/Directive/DirectivesInterface.php |
23 |
10 |
7 |
| /src/Tuxxedo/View/Lumi/Library/Filter/FilterInterface.php |
28 |
13 |
7 |
| /src/Tuxxedo/View/Lumi/Library/Function/FunctionInterface.php |
29 |
13 |
7 |
| /src/Tuxxedo/View/Lumi/Library/Function/PhpFunction.php |
27 |
20 |
12 |
| /src/Tuxxedo/View/Lumi/Library/LibraryInterface.php |
21 |
2 |
1 |
| /src/Tuxxedo/View/Lumi/LumiConfigurator.php |
48 |
251 |
36 |
| /src/Tuxxedo/View/Lumi/LumiConfiguratorInterface.php |
32 |
161 |
12 |
| /src/Tuxxedo/View/Lumi/LumiEngine.php |
199 |
50 |
14 |
| /src/Tuxxedo/View/Lumi/LumiEngineInterface.php |
99 |
34 |
9 |
| /src/Tuxxedo/View/Lumi/LumiException.php |
22 |
5 |
5 |
| /src/Tuxxedo/View/Lumi/LumiViewRender.php |
28 |
42 |
22 |
| /src/Tuxxedo/View/Lumi/LumiViewRenderInterface.php |
30 |
17 |
7 |
| /src/Tuxxedo/View/Lumi/Optimizer/AbstractOptimizer.php |
39 |
74 |
30 |
| /src/Tuxxedo/View/Lumi/Optimizer/Dce/DceOptimizer.php |
35 |
67 |
20 |
| /src/Tuxxedo/View/Lumi/Optimizer/Evaluator/Evaluator.php |
31 |
191 |
34 |
| /src/Tuxxedo/View/Lumi/Optimizer/Evaluator/EvaluatorInterface.php |
24 |
33 |
4 |
| /src/Tuxxedo/View/Lumi/Optimizer/Evaluator/ExpressionReducer.php |
31 |
344 |
29 |
| /src/Tuxxedo/View/Lumi/Optimizer/Evaluator/ExpressionReducerInterface.php |
45 |
61 |
2 |
| /src/Tuxxedo/View/Lumi/Optimizer/OptimizerInterface.php |
20 |
1 |
1 |
| /src/Tuxxedo/View/Lumi/Optimizer/OptimizerResult.php |
20 |
35 |
16 |
| /src/Tuxxedo/View/Lumi/Optimizer/OptimizerResultInterface.php |
18 |
11 |
6 |
| /src/Tuxxedo/View/Lumi/Optimizer/Sccp/SccpOptimizer.php |
39 |
97 |
24 |
| /src/Tuxxedo/View/Lumi/Optimizer/Scope/Scope.php |
24 |
29 |
20 |
| /src/Tuxxedo/View/Lumi/Optimizer/Scope/ScopeInterface.php |
22 |
16 |
8 |
| /src/Tuxxedo/View/Lumi/Optimizer/Scope/Variable.php |
25 |
86 |
34 |
| /src/Tuxxedo/View/Lumi/Optimizer/Scope/VariableInterface.php |
25 |
37 |
12 |
| /src/Tuxxedo/View/Lumi/Parser/Expression/ExpressionParser.php |
440 |
195 |
26 |
| /src/Tuxxedo/View/Lumi/Parser/Handler/AbstractForParserHandler.php |
147 |
37 |
13 |
| /src/Tuxxedo/View/Lumi/Parser/Handler/AbstractWhileParserHandler.php |
28 |
14 |
8 |
| /src/Tuxxedo/View/Lumi/Parser/Handler/AssignmentParserHandler.php |
35 |
96 |
25 |
| /src/Tuxxedo/View/Lumi/Parser/Handler/BlockParserHandler.php |
25 |
15 |
10 |
| /src/Tuxxedo/View/Lumi/Parser/Handler/BreakParserHandler.php |
22 |
19 |
10 |
| /src/Tuxxedo/View/Lumi/Parser/Handler/CommentParserHandler.php |
22 |
11 |
8 |
| /src/Tuxxedo/View/Lumi/Parser/Handler/ConditionParserHandler.php |
29 |
83 |
19 |
| /src/Tuxxedo/View/Lumi/Parser/Handler/ContinueParserHandler.php |
22 |
19 |
10 |
| /src/Tuxxedo/View/Lumi/Parser/Handler/DeclareParserHandler.php |
27 |
14 |
10 |
| /src/Tuxxedo/View/Lumi/Parser/Handler/DoWhileParserHandler.php |
43 |
65 |
25 |
| /src/Tuxxedo/View/Lumi/Parser/Handler/EchoParserHandler.php |
25 |
19 |
13 |
| /src/Tuxxedo/View/Lumi/Parser/Handler/ForParserHandler.php |
22 |
4 |
4 |
| /src/Tuxxedo/View/Lumi/Parser/Handler/ForeachParserHandler.php |
22 |
5 |
5 |
| /src/Tuxxedo/View/Lumi/Parser/Handler/IncludeParserHandler.php |
28 |
24 |
16 |
| /src/Tuxxedo/View/Lumi/Parser/Handler/LayoutParserHandler.php |
27 |
30 |
14 |
| /src/Tuxxedo/View/Lumi/Parser/Handler/LumiParserHandler.php |
22 |
6 |
6 |
| /src/Tuxxedo/View/Lumi/Parser/Handler/ParserHandlerInterface.php |
28 |
7 |
7 |
| /src/Tuxxedo/View/Lumi/Parser/Handler/TextParserHandler.php |
23 |
12 |
9 |
| /src/Tuxxedo/View/Lumi/Parser/Handler/VoidParserHandler.php |
23 |
13 |
13 |
| /src/Tuxxedo/View/Lumi/Parser/Handler/WhileParserHandler.php |
24 |
18 |
10 |
| /src/Tuxxedo/View/Lumi/Parser/NodeStream.php |
18 |
12 |
10 |
| /src/Tuxxedo/View/Lumi/Parser/NodeStreamInterface.php |
28 |
10 |
5 |
| /src/Tuxxedo/View/Lumi/Parser/Parser.php |
50 |
36 |
18 |
| /src/Tuxxedo/View/Lumi/Parser/ParserException.php |
264 |
75 |
10 |
| /src/Tuxxedo/View/Lumi/Parser/ParserInterface.php |
33 |
16 |
6 |
| /src/Tuxxedo/View/Lumi/Parser/ParserState.php |
99 |
34 |
13 |
| /src/Tuxxedo/View/Lumi/Parser/ParserStateInterface.php |
64 |
30 |
8 |
| /src/Tuxxedo/View/Lumi/Parser/ParserStateProperties.php |
23 |
10 |
6 |
| /src/Tuxxedo/View/Lumi/Parser/ParserStatePropertiesInterface.php |
16 |
12 |
7 |
| /src/Tuxxedo/View/Lumi/Runtime/Library/Filter/CapitalizeFilter.php |
22 |
11 |
9 |
| /src/Tuxxedo/View/Lumi/Runtime/Library/Filter/CountFilter.php |
22 |
11 |
9 |
| /src/Tuxxedo/View/Lumi/Runtime/Library/Filter/DumpFilter.php |
22 |
19 |
14 |
| /src/Tuxxedo/View/Lumi/Runtime/Library/Filter/EscapeAttrFilter.php |
24 |
15 |
12 |
| /src/Tuxxedo/View/Lumi/Runtime/Library/Filter/EscapeCssFilter.php |
23 |
15 |
12 |
| /src/Tuxxedo/View/Lumi/Runtime/Library/Filter/EscapeHtmlCommentFilter.php |
24 |
15 |
12 |
| /src/Tuxxedo/View/Lumi/Runtime/Library/Filter/EscapeHtmlFilter.php |
29 |
15 |
12 |
| /src/Tuxxedo/View/Lumi/Runtime/Library/Filter/EscapeJsFilter.php |
26 |
15 |
12 |
| /src/Tuxxedo/View/Lumi/Runtime/Library/Filter/JsonFilter.php |
22 |
11 |
9 |
| /src/Tuxxedo/View/Lumi/Runtime/Library/Filter/JsonPrettyFilter.php |
22 |
12 |
10 |
| /src/Tuxxedo/View/Lumi/Runtime/Library/Filter/LcfirstFilter.php |
22 |
10 |
8 |
| /src/Tuxxedo/View/Lumi/Runtime/Library/Filter/LengthFilter.php |
22 |
15 |
12 |
| /src/Tuxxedo/View/Lumi/Runtime/Library/Filter/LowerFilter.php |
22 |
11 |
9 |
| /src/Tuxxedo/View/Lumi/Runtime/Library/Filter/LtrimFilter.php |
22 |
10 |
8 |
| /src/Tuxxedo/View/Lumi/Runtime/Library/Filter/Nl2brFilter.php |
22 |
10 |
8 |
| /src/Tuxxedo/View/Lumi/Runtime/Library/Filter/RtrimFilter.php |
22 |
10 |
8 |
| /src/Tuxxedo/View/Lumi/Runtime/Library/Filter/SlugifyFilter.php |
22 |
13 |
10 |
| /src/Tuxxedo/View/Lumi/Runtime/Library/Filter/StripTagsFilter.php |
22 |
11 |
9 |
| /src/Tuxxedo/View/Lumi/Runtime/Library/Filter/TrimFilter.php |
22 |
10 |
8 |
| /src/Tuxxedo/View/Lumi/Runtime/Library/Filter/UpperFilter.php |
22 |
11 |
9 |
| /src/Tuxxedo/View/Lumi/Runtime/Library/Function/ConfigFunction.php |
24 |
17 |
14 |
| /src/Tuxxedo/View/Lumi/Runtime/Library/Function/CsrfFieldFunction.php |
25 |
18 |
13 |
| /src/Tuxxedo/View/Lumi/Runtime/Library/Function/CsrfFieldNameFunction.php |
28 |
16 |
13 |
| /src/Tuxxedo/View/Lumi/Runtime/Library/Function/CsrfTokenFunction.php |
24 |
15 |
12 |
| /src/Tuxxedo/View/Lumi/Runtime/Library/Function/DateFunction.php |
23 |
16 |
10 |
| /src/Tuxxedo/View/Lumi/Runtime/Library/Function/DirectiveFunction.php |
24 |
16 |
13 |
| /src/Tuxxedo/View/Lumi/Runtime/Library/Function/DumpFunction.php |
22 |
18 |
13 |
| /src/Tuxxedo/View/Lumi/Runtime/Library/Function/HasDirectiveFunction.php |
23 |
13 |
10 |
| /src/Tuxxedo/View/Lumi/Runtime/Library/Function/IsEvenFunction.php |
23 |
15 |
12 |
| /src/Tuxxedo/View/Lumi/Runtime/Library/Function/IsOddFunction.php |
23 |
15 |
12 |
| /src/Tuxxedo/View/Lumi/Runtime/Library/Function/JoinFunction.php |
23 |
16 |
10 |
| /src/Tuxxedo/View/Lumi/Runtime/Library/Function/JsonFunction.php |
22 |
15 |
12 |
| /src/Tuxxedo/View/Lumi/Runtime/Library/Function/JsonPrettyFunction.php |
23 |
16 |
13 |
| /src/Tuxxedo/View/Lumi/Runtime/Library/Function/KSortFunction.php |
23 |
12 |
10 |
| /src/Tuxxedo/View/Lumi/Runtime/Library/Function/LeftPadFunction.php |
23 |
20 |
11 |
| /src/Tuxxedo/View/Lumi/Runtime/Library/Function/NowFunction.php |
23 |
9 |
7 |
| /src/Tuxxedo/View/Lumi/Runtime/Library/Function/NumberFunction.php |
22 |
22 |
10 |
| /src/Tuxxedo/View/Lumi/Runtime/Library/Function/PadFunction.php |
23 |
20 |
11 |
| /src/Tuxxedo/View/Lumi/Runtime/Library/Function/RepeatFunction.php |
23 |
16 |
10 |
| /src/Tuxxedo/View/Lumi/Runtime/Library/Function/ReplaceFunction.php |
23 |
21 |
12 |
| /src/Tuxxedo/View/Lumi/Runtime/Library/Function/RequestFunction.php |
26 |
17 |
14 |
| /src/Tuxxedo/View/Lumi/Runtime/Library/Function/ReverseFunction.php |
23 |
12 |
10 |
| /src/Tuxxedo/View/Lumi/Runtime/Library/Function/RightPadFunction.php |
23 |
20 |
11 |
| /src/Tuxxedo/View/Lumi/Runtime/Library/Function/RoundFunction.php |
22 |
14 |
11 |
| /src/Tuxxedo/View/Lumi/Runtime/Library/Function/RouteFunction.php |
29 |
19 |
14 |
| /src/Tuxxedo/View/Lumi/Runtime/Library/Function/SortFunction.php |
23 |
12 |
10 |
| /src/Tuxxedo/View/Lumi/Runtime/Library/Function/SplitFunction.php |
22 |
17 |
11 |
| /src/Tuxxedo/View/Lumi/Runtime/Library/Function/TruncateFunction.php |
22 |
17 |
11 |
| /src/Tuxxedo/View/Lumi/Runtime/Library/Function/UrlFunction.php |
24 |
19 |
14 |
| /src/Tuxxedo/View/Lumi/Runtime/Library/StandardFilters.php |
39 |
10 |
6 |
| /src/Tuxxedo/View/Lumi/Runtime/Library/StandardFunctions.php |
49 |
14 |
8 |
| /src/Tuxxedo/View/Lumi/Runtime/Library/StandardLibrary.php |
20 |
10 |
6 |
| /src/Tuxxedo/View/Lumi/Runtime/Loader.php |
16 |
17 |
9 |
| /src/Tuxxedo/View/Lumi/Runtime/LoaderInterface.php |
22 |
18 |
7 |
| /src/Tuxxedo/View/Lumi/Runtime/Runtime.php |
58 |
90 |
35 |
| /src/Tuxxedo/View/Lumi/Runtime/RuntimeInterface.php |
27 |
62 |
12 |
| /src/Tuxxedo/View/Lumi/Syntax/Node/ArrayAccessNode.php |
18 |
10 |
7 |
| /src/Tuxxedo/View/Lumi/Syntax/Node/ArrayItemNode.php |
21 |
12 |
9 |
| /src/Tuxxedo/View/Lumi/Syntax/Node/ArrayNode.php |
18 |
6 |
6 |
| /src/Tuxxedo/View/Lumi/Syntax/Node/AssignmentNode.php |
24 |
16 |
10 |
| /src/Tuxxedo/View/Lumi/Syntax/Node/BinaryOpNode.php |
20 |
12 |
8 |
| /src/Tuxxedo/View/Lumi/Syntax/Node/BlockNode.php |
24 |
9 |
7 |
| /src/Tuxxedo/View/Lumi/Syntax/Node/BreakNode.php |
18 |
8 |
7 |
| /src/Tuxxedo/View/Lumi/Syntax/Node/CommentNode.php |
18 |
7 |
6 |
| /src/Tuxxedo/View/Lumi/Syntax/Node/ConcatNode.php |
18 |
6 |
6 |
| /src/Tuxxedo/View/Lumi/Syntax/Node/ConditionalBranchNode.php |
18 |
9 |
7 |
| /src/Tuxxedo/View/Lumi/Syntax/Node/ConditionalNode.php |
18 |
11 |
6 |
| /src/Tuxxedo/View/Lumi/Syntax/Node/ContinueNode.php |
18 |
8 |
7 |
| /src/Tuxxedo/View/Lumi/Syntax/Node/DeclareNode.php |
22 |
11 |
8 |
| /src/Tuxxedo/View/Lumi/Syntax/Node/DirectiveNodeInterface.php |
22 |
13 |
8 |
| /src/Tuxxedo/View/Lumi/Syntax/Node/DoWhileNode.php |
18 |
8 |
6 |
| /src/Tuxxedo/View/Lumi/Syntax/Node/EchoNode.php |
20 |
11 |
8 |
| /src/Tuxxedo/View/Lumi/Syntax/Node/ExpressionNodeInterface.php |
16 |
1 |
1 |
| /src/Tuxxedo/View/Lumi/Syntax/Node/FilterOrBitwiseOrNode.php |
18 |
8 |
6 |
| /src/Tuxxedo/View/Lumi/Syntax/Node/ForNode.php |
24 |
15 |
9 |
| /src/Tuxxedo/View/Lumi/Syntax/Node/FunctionCallNode.php |
24 |
9 |
7 |
| /src/Tuxxedo/View/Lumi/Syntax/Node/GroupNode.php |
18 |
6 |
6 |
| /src/Tuxxedo/View/Lumi/Syntax/Node/IdentifierNode.php |
21 |
8 |
7 |
| /src/Tuxxedo/View/Lumi/Syntax/Node/IncludeNode.php |
22 |
13 |
8 |
| /src/Tuxxedo/View/Lumi/Syntax/Node/IterableExpressionNodeInterface.php |
16 |
1 |
1 |
| /src/Tuxxedo/View/Lumi/Syntax/Node/LayoutNode.php |
18 |
6 |
6 |
| /src/Tuxxedo/View/Lumi/Syntax/Node/LiteralNode.php |
82 |
46 |
20 |
| /src/Tuxxedo/View/Lumi/Syntax/Node/LumiNode.php |
21 |
10 |
7 |
| /src/Tuxxedo/View/Lumi/Syntax/Node/MethodCallNode.php |
25 |
13 |
8 |
| /src/Tuxxedo/View/Lumi/Syntax/Node/NodeInterface.php |
16 |
6 |
6 |
| /src/Tuxxedo/View/Lumi/Syntax/Node/PropertyAccessNode.php |
20 |
11 |
7 |
| /src/Tuxxedo/View/Lumi/Syntax/Node/TextNode.php |
20 |
11 |
8 |
| /src/Tuxxedo/View/Lumi/Syntax/Node/UnaryOpNode.php |
20 |
10 |
8 |
| /src/Tuxxedo/View/Lumi/Syntax/Node/WhileNode.php |
18 |
8 |
6 |
| /src/Tuxxedo/View/Lumi/Syntax/Operator/AssignmentSymbol.php |
45 |
36 |
14 |
| /src/Tuxxedo/View/Lumi/Syntax/Operator/BinarySymbol.php |
56 |
99 |
15 |
| /src/Tuxxedo/View/Lumi/Syntax/Operator/CharacterSymbol.php |
38 |
31 |
14 |
| /src/Tuxxedo/View/Lumi/Syntax/Operator/ExpressionSymbolInterface.php |
18 |
3 |
3 |
| /src/Tuxxedo/View/Lumi/Syntax/Operator/SymbolInterface.php |
26 |
5 |
2 |
| /src/Tuxxedo/View/Lumi/Syntax/Operator/UnarySymbol.php |
49 |
56 |
20 |
| /src/Tuxxedo/View/Lumi/Syntax/TextContext.php |
25 |
4 |
2 |
| /src/Tuxxedo/View/Lumi/Syntax/Token/AbstractToken.php |
24 |
5 |
3 |
| /src/Tuxxedo/View/Lumi/Syntax/Token/AssignToken.php |
16 |
12 |
9 |
| /src/Tuxxedo/View/Lumi/Syntax/Token/BlockToken.php |
16 |
12 |
9 |
| /src/Tuxxedo/View/Lumi/Syntax/Token/BreakToken.php |
16 |
13 |
9 |
| /src/Tuxxedo/View/Lumi/Syntax/Token/CharacterToken.php |
16 |
12 |
9 |
| /src/Tuxxedo/View/Lumi/Syntax/Token/CommentToken.php |
16 |
12 |
9 |
| /src/Tuxxedo/View/Lumi/Syntax/Token/ContinueToken.php |
16 |
13 |
9 |
| /src/Tuxxedo/View/Lumi/Syntax/Token/DeclareToken.php |
16 |
12 |
9 |
| /src/Tuxxedo/View/Lumi/Syntax/Token/DoToken.php |
16 |
12 |
9 |
| /src/Tuxxedo/View/Lumi/Syntax/Token/EchoToken.php |
16 |
13 |
9 |
| /src/Tuxxedo/View/Lumi/Syntax/Token/ElseIfToken.php |
16 |
12 |
9 |
| /src/Tuxxedo/View/Lumi/Syntax/Token/ElseToken.php |
16 |
12 |
9 |
| /src/Tuxxedo/View/Lumi/Syntax/Token/EndBlockToken.php |
16 |
12 |
9 |
| /src/Tuxxedo/View/Lumi/Syntax/Token/EndForEachToken.php |
16 |
12 |
9 |
| /src/Tuxxedo/View/Lumi/Syntax/Token/EndForToken.php |
16 |
12 |
9 |
| /src/Tuxxedo/View/Lumi/Syntax/Token/EndIfToken.php |
16 |
12 |
9 |
| /src/Tuxxedo/View/Lumi/Syntax/Token/EndToken.php |
16 |
12 |
9 |
| /src/Tuxxedo/View/Lumi/Syntax/Token/EndWhileToken.php |
16 |
12 |
9 |
| /src/Tuxxedo/View/Lumi/Syntax/Token/ExpressionTokenInterface.php |
16 |
1 |
1 |
| /src/Tuxxedo/View/Lumi/Syntax/Token/ForEachToken.php |
16 |
13 |
7 |
| /src/Tuxxedo/View/Lumi/Syntax/Token/ForToken.php |
16 |
13 |
7 |
| /src/Tuxxedo/View/Lumi/Syntax/Token/IdentifierToken.php |
16 |
12 |
9 |
| /src/Tuxxedo/View/Lumi/Syntax/Token/IfToken.php |
16 |
12 |
9 |
| /src/Tuxxedo/View/Lumi/Syntax/Token/IncludeToken.php |
16 |
13 |
9 |
| /src/Tuxxedo/View/Lumi/Syntax/Token/LayoutToken.php |
16 |
12 |
9 |
| /src/Tuxxedo/View/Lumi/Syntax/Token/LiteralToken.php |
16 |
12 |
6 |
| /src/Tuxxedo/View/Lumi/Syntax/Token/LumiToken.php |
16 |
12 |
6 |
| /src/Tuxxedo/View/Lumi/Syntax/Token/OperatorToken.php |
16 |
12 |
9 |
| /src/Tuxxedo/View/Lumi/Syntax/Token/TextToken.php |
16 |
13 |
7 |
| /src/Tuxxedo/View/Lumi/Syntax/Token/TokenInterface.php |
27 |
17 |
6 |
| /src/Tuxxedo/View/Lumi/Syntax/Token/VirtualTokenInterface.php |
16 |
1 |
1 |
| /src/Tuxxedo/View/Lumi/Syntax/Token/WhileToken.php |
16 |
12 |
9 |
| /src/Tuxxedo/View/Lumi/Syntax/Type.php |
29 |
12 |
3 |
| /src/Tuxxedo/View/View.php |
27 |
21 |
16 |
| /src/Tuxxedo/View/ViewException.php |
32 |
44 |
6 |
| /src/Tuxxedo/View/ViewInterface.php |
27 |
13 |
7 |
| /src/Tuxxedo/View/ViewRenderInterface.php |
22 |
3 |
2 |
| None |
101 |
42 |
8 |