Condition Coverage

blib/lib/Biblio/EndnoteStyle.pm
Criterion Covered Total %
condition 6 12 50.0


and 3 conditions

line !l l&&!r l&&r condition
272 7 1 0 not defined $dval and exists $data->{$val} || exists $$data{lc $val}
273 0 2 5 not $gotField and $dval eq ''
285 2 0 0 $val eq 'URL' and not $dval =~ /^[a-z]+:/

or 3 conditions

line l !l&&r !l&&!r condition
272 0 0 1 exists $data->{$val} || exists $$data{lc $val}