| blib/lib/Image/ExifTool/GPS.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| condition | 15 | 28 | 53.5 | 
| 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 | 
| 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 | 
| line | l | !l&&r | !l&&!r | condition | 
|---|---|---|---|---|
| 567 | 5 | 0 | 0 | $coord eq 'lat' || $coord eq 'lon' |