Condition Coverage

blib/lib/RDF/Prefixes.pm
Criterion Covered Total %
condition 17 35 48.5


and 3 conditions

line !l l&&!r l&&r condition
121 0 0 11 defined $p and defined $l
132 2 0 11 defined $p and defined $s
142 0 0 0 defined $p and defined $s
153 1 0 0 defined $p and defined $s
165 0 0 0 defined $p and defined $s

or 2 conditions

line l !l condition
86 1 13 $suggested ||= {}
87 0 14 $options ||= {}
174 40 0 $$self[0] ||= {}
314 15 0 ($$self[1]{$url} // $self->_perfect_prefix($url)) // 'ns'

or 3 conditions

line l !l&&r !l&&!r condition
288 0 3 17 length $w < 1 or $w =~ /$looks_like_version/
3 2 15 length $w < 1 or $w =~ /$looks_like_version/ or $w =~ /$too_generic/
5 0 15 length $w < 1 or $w =~ /$looks_like_version/ or $w =~ /$too_generic/ or not $w =~ / ^ $PN_PREFIX $ /x
314 0 15 0 $$self[1]{$url} // $self->_perfect_prefix($url)