Condition Coverage

blib/lib/Image/ExifTool/DjVu.pm
Criterion Covered Total %
condition 7 18 38.8


and 3 conditions

line !l l&&!r l&&r condition
227 13 0 3 $tok =~ /(\\+)$/ and length $1 & 1
267 0 0 2 ref $ant eq "ARRAY" and @$ant >= 2
295 0 0 12 ref $item eq "ARRAY" and @$item >= 2
0 0 12 ref $item eq "ARRAY" and @$item >= 2 and not ref $item->[0]
0 0 12 ref $item eq "ARRAY" and @$item >= 2 and not ref $item->[0] and not ref $item->[1]

or 3 conditions

line l !l&&r !l&&!r condition
269 0 0 2 ref $tag or not defined $tagTablePtr->{$tag}