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
269 7 1 0 not defined $dval and exists $$data{$val} || exists $$data{lc $val}
271 0 2 5 not $gotField and $dval eq ''
283 2 0 0 $val eq 'URL' and not $dval =~ /^[a-z]+:/

or 3 conditions

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