jkphl/rdfa-lite-microdata

View on GitHub
Branch: master(View all)
NameLines of codeMaintainabilityTest coverage
src/RdfaLiteMicrodata/Domain/Exceptions/ErrorException.php7
src/RdfaLiteMicrodata/Domain/Exceptions/OutOfBoundsException.php7
src/RdfaLiteMicrodata/Domain/Exceptions/RdfaLiteMicrodataDomainExceptionInterface.php5
src/RdfaLiteMicrodata/Domain/Exceptions/RdfaLiteMicrodataExceptionInterface.php5
src/RdfaLiteMicrodata/Domain/Exceptions/RuntimeException.php13
src/RdfaLiteMicrodata/Domain/Iri/Iri.php25
src/RdfaLiteMicrodata/Domain/Iri/IriAwareInterface.php6
src/RdfaLiteMicrodata/Domain/Iri/IriFactory.php15
src/RdfaLiteMicrodata/Domain/Iri/IriInterface.php8
src/RdfaLiteMicrodata/Domain/Property/Property.php40
src/RdfaLiteMicrodata/Domain/Property/PropertyInterface.php11
src/RdfaLiteMicrodata/Domain/Property/PropertyList.php74
src/RdfaLiteMicrodata/Domain/Property/PropertyListInterface.php16
src/RdfaLiteMicrodata/Domain/Property/PropertyListIteratorTrait.php31
src/RdfaLiteMicrodata/Domain/Property/PropertyService.php17
src/RdfaLiteMicrodata/Domain/Thing/Thing.php53
src/RdfaLiteMicrodata/Domain/Thing/ThingInterface.php14
src/RdfaLiteMicrodata/Domain/Type/Type.php35
src/RdfaLiteMicrodata/Domain/Type/TypeInterface.php9
src/RdfaLiteMicrodata/Domain/Vocabulary/Vocabulary.php18
src/RdfaLiteMicrodata/Domain/Vocabulary/VocabularyInterface.php7
src/RdfaLiteMicrodata/Domain/Vocabulary/VocabularyService.php17
src/RdfaLiteMicrodata/Infrastructure/Exceptions/InvalidArgumentException.php6
src/RdfaLiteMicrodata/Infrastructure/Exceptions/OutOfBoundsException.php8
src/RdfaLiteMicrodata/Infrastructure/Exceptions/RdfaLiteMicrodataInfrastructureExceptionInterface.php6
src/RdfaLiteMicrodata/Infrastructure/Exceptions/RuntimeException.php9
src/RdfaLiteMicrodata/Infrastructure/Factories/DomDocumentFactory.php14
src/RdfaLiteMicrodata/Infrastructure/Factories/HtmlDocumentFactory.php11
src/RdfaLiteMicrodata/Infrastructure/Factories/XmlDocumentFactory.php12
src/RdfaLiteMicrodata/Infrastructure/Parser/AbstractElementProcessor.php65
src/RdfaLiteMicrodata/Infrastructure/Parser/MicrodataElementProcessor.php128
src/RdfaLiteMicrodata/Infrastructure/Parser/ParserInterface.php5
src/RdfaLiteMicrodata/Infrastructure/Parser/PropertyProcessorTrait.php93
A
1 hr
src/RdfaLiteMicrodata/Infrastructure/Parser/RdfaLiteElementProcessor.php99
src/RdfaLiteMicrodata/Infrastructure/Service/ThingGateway.php57
src/RdfaLiteMicrodata/Ports/Exceptions/OutOfBoundsException.php5
src/RdfaLiteMicrodata/Ports/Exceptions/RdfaLiteMicrodataPortsExceptionInterface.php6
src/RdfaLiteMicrodata/Ports/Exceptions/RuntimeException.php7
src/RdfaLiteMicrodata/Ports/Parser/AbstractParser.php45
src/RdfaLiteMicrodata/Ports/Parser/Microdata.php31
src/RdfaLiteMicrodata/Ports/Parser/RdfaLite.php45
src/RdfaLiteMicrodata/Tests/AbstractTest.php68
src/RdfaLiteMicrodata/Tests/Application/ContextTest.php97
src/RdfaLiteMicrodata/Tests/Application/DOMIteratorTest.php50
src/RdfaLiteMicrodata/Tests/Application/NullVocabularyTest.php12
src/RdfaLiteMicrodata/Tests/Application/ParserIteratorTestBase.php53
src/RdfaLiteMicrodata/Tests/Application/ParserTest.php55
A
2 hrs
src/RdfaLiteMicrodata/Tests/Domain/PropertyTest.php63
src/RdfaLiteMicrodata/Tests/Domain/ThingTest.php87
src/RdfaLiteMicrodata/Tests/Domain/TypeTest.php26