lib/FAIR/Base.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 4 | 6 | 66.6 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
131 | 85 | 0 | 20 | ref $object ~~ qr/FAIR/ and $object->can('_toTriples') |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
181 | 60 | 0 | 70 | $o =~ m[^http://] or $o =~ m[^https://] |