blib/lib/Image/ExifTool/GPS.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 15 | 28 | 53.5 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
469 | 0 | 0 | 0 | $doPrintConv and $doPrintConv eq 1 |
480 | 0 | 19 | 17 | $doPrintConv and $doPrintConv eq 2 |
523 | 0 | 0 | 0 | ($c[-2] += 1) >= 60 and $num > 2 |
547 | 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 |
line | l | !l | condition |
---|---|---|---|
430 | 14 | 1 | $h || 0 |
15 | 0 | $m || 0 | |
14 | 1 | $s || 0 | |
556 | 39 | 184 | $m || 0 |
26 | 197 | $s || 0 |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
547 | 5 | 0 | 0 | $coord eq 'lat' || $coord eq 'lon' |