| blib/lib/Image/ExifTool/GPS.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 20 | 31 | 64.5 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 495 | 0 | 0 | 5 | $doPrintConv and $doPrintConv eq 1 |
| 506 | 0 | 23 | 17 | $doPrintConv and $doPrintConv eq 2 |
| 508 | 16 | 32 | 16 | $doPrintConv and $doPrintConv eq 3 |
| 553 | 0 | 0 | 0 | ($c[-2] += 1) >= 60 and $num > 2 |
| 578 | 219 | 0 | 6 | $coord and $coord eq 'lat' || $coord eq 'lon' |
| 0 | 6 | 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 |
|---|---|---|---|
| 456 | 14 | 1 | $h || 0 |
| 15 | 0 | $m || 0 | |
| 14 | 1 | $s || 0 | |
| 587 | 40 | 185 | $m || 0 |
| 26 | 199 | $s || 0 |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 578 | 5 | 1 | 0 | $coord eq 'lat' || $coord eq 'lon' |