Condition Coverage

blib/lib/Image/ExifTool/GPS.pm
Criterion Covered Total %
condition 15 28 53.5


and 3 conditions

line !l l&&!r l&&r condition
489 0 0 0 $doPrintConv and $doPrintConv eq 1
500 0 19 17 $doPrintConv and $doPrintConv eq 2
543 0 0 0 ($c[-2] += 1) >= 60 and $num > 2
567 218 0 5 $coord and $coord eq 'lat' || $coord eq 'lon'
0 5 0 $coord and $coord eq 'lat' || $coord eq 'lon' and $val =~ /^(.*(?:N(?:orth)?|S(?:outh)?)),\s*(.*(?:E(?:ast)?|W(?:est)?))$/i

or 2 conditions

line l !l condition
450 13 2 $h || 0
15 0 $m || 0
14 1 $s || 0
576 39 184 $m || 0
25 198 $s || 0

or 3 conditions

line l !l&&r !l&&!r condition
567 5 0 0 $coord eq 'lat' || $coord eq 'lon'