| blib/lib/RDF/DOAP/Project.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 6 | 24 | 25.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 123 | 0 | 0 | 0 | $a->rdf_about and $b->rdf_about |
| 0 | 0 | 0 | $a->rdf_about and $b->rdf_about and $a->rdf_about->as_ntriples cmp $b->rdf_about->as_ntriples | |
| 0 | 0 | 12 | $a->revision and $b->revision | |
| 0 | 0 | 12 | $a->revision and $b->revision and 'version'->parse($a->revision) cmp 'version'->parse($b->revision) | |
| 0 | 0 | 0 | $a->issued and $b->issued | |
| 0 | 0 | 0 | $a->issued and $b->issued and $a->issued cmp $b->issued | |
| 142 | 21 | 4 | 1 | $cs->has_versus and $cs->versus->revision eq $next->revision |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 123 | 12 | 0 | 0 | $a->revision and $b->revision and 'version'->parse($a->revision) cmp 'version'->parse($b->revision) or $a->issued and $b->issued and $a->issued cmp $b->issued |