blib/lib/RDF/aREF.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 11 | 17 | 64.7 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
30 | 6 | 2 | 0 | &blessed($source) and $source->isa('RDF::Trine::Iterator') |
6 | 2 | 0 | &blessed($source) and $source->DOES('Attean::API::TripleIterator') | |
6 | 0 | 2 | &blessed($source) and $source->isa('RDF::Trine::Model') | |
6 | 0 | 0 | &blessed($source) and $source->DOES('Attean::API::TripleStore') | |
2 | 0 | 4 | ref $source and &reftype($source) eq 'HASH' |
line | l | !l | condition |
---|---|---|---|
28 | 1 | 7 | $options{'to'} // {} |