| blib/lib/Image/ExifTool/GPS.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 21 | 34 | 61.7 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 502 | 0 | 0 | 7 | $doPrintConv and $doPrintConv eq 1 |
| 515 | 0 | 25 | 21 | $doPrintConv and $doPrintConv eq 2 |
| 517 | 20 | 39 | 20 | $doPrintConv and $doPrintConv eq 3 |
| 562 | 0 | 0 | 0 | ($c[-2] += 1) >= 60 and $num > 2 |
| 587 | 236 | 0 | 20 | $coord and $coord eq 'lat' || $coord eq 'lon' |
| 0 | 20 | 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 |
|---|---|---|---|
| 463 | 18 | 2 | $h || 0 |
| 20 | 0 | $m || 0 | |
| 19 | 1 | $s || 0 | |
| 596 | 49 | 207 | $m || 0 |
| 32 | 224 | $s || 0 |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 531 | 0 | 0 | 13 | $fmt =~ s/%\+/$sign%/g or $fmt =~ s/%-/$minus%/g |
| 587 | 12 | 8 | 0 | $coord eq 'lat' || $coord eq 'lon' |