Condition Coverage

blib/lib/Image/ExifTool/OpenEXR.pm
Criterion Covered Total %
condition 10 24 41.6


and 3 conditions

line !l l&&!r l&&r condition
191 1 0 0 $multi and $et->Options("ExtractEmbedded")
194 0 0 0 $buff =~ s/^(\0+)// and length $1 > 1
279 7 0 1 $tag eq 'dataWindow' || !$dim && $tag eq 'displayWindow' and $val =~ /^(-?\d+) (-?\d+) (-?\d+) (-?\d+)$/
2 0 1 $tag eq 'dataWindow' || !$dim && $tag eq 'displayWindow' and $val =~ /^(-?\d+) (-?\d+) (-?\d+) (-?\d+)$/ and not $et->{'DOC_NUM'}

or 3 conditions

line l !l&&r !l&&!r condition
170 0 0 1 $et->Options('Binary') || $verbose
224 8 0 0 $format or $binary
252 4 0 0 {0, 'int8u', 1, 'half', 2, 'float'}->{$pix} || "unknown($pix)"
279 1 0 7 $tag eq 'dataWindow' || !$dim && $tag eq 'displayWindow'