hendrikmaus/spas

View on GitHub
Branch: master(View all)
NameLines of codeMaintainabilityTest coverage
.codeclimate.yml
.gitignore
.travis.yml
LICENSE
README.md
bin/spas
composer.json
example/README.md
example/api-description--branda.apib
example/api-description-altered--spas.apib
example/composer.json
example/run-drafter
example/run-server
example/run-spas
example/spas-input.apib.refract.json
phpunit.xml.dist
src/Resources/config/commands.xml
src/Resources/config/services.xml
src/Resources/config/validators.xml
RoboFile.php23
src/Command/RunCommand.php166
A
3 hrs
src/Event/AfterAll.php21
src/Event/AfterEach.php21
src/Event/BeforeAll.php21
src/Event/BeforeEach.php21
src/Filesystem/InputFinder.php9
src/Formatter/CompilerPass/FormatterPass.php20
A
1 hr
src/Formatter/Formatter.php7
src/Formatter/FormatterService.php23
A
25 mins
src/Formatter/GenericFormatter.php15
src/Formatter/HtmlFormatter.php12
src/Formatter/JsonFormatter.php58
B
4 hrs
src/Formatter/ValidationErrorFormatter.php32
A
25 mins
src/Formatter/XmlFormatter.php20
src/Hook/EnableDisable.php53
A
55 mins
src/Hook/HelloFailRequest.php19
src/Hook/HelloHookData.php24
src/Hook/HelloSharedData.php27
src/Hook/HelloWorld.php16
src/Hook/Hook.php43
src/Hook/Repeat.php68
A
3 hrs
src/Logger/TruncateableConsoleLogger.php57
src/Request/Executor.php45
src/Request/FilterHandler.php22
src/Request/HookHandler.php137
A
1 hr
src/Request/HttpClient.php60
A
1 hr
src/Request/HttpClientFactory.php24
src/Request/RequestProcessor.php222
B
4 hrs
src/Request/Result/ExceptionHandler.php44
src/Request/Result/ProcessorReport.php49