| blib/lib/Test/Image/Plugin/TestingImage.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| branch | 6 | 8 | 75.0 | 
| line | true | false | branch | 
|---|---|---|---|
| 48 | 3 | 1 | unless ref $image and ref $image eq 'ARRAY' | 
| 68 | 0 | 20 | unless $x =~ /^\d+$/ | 
| 71 | 0 | 20 | unless $y =~ /^\d+$/ | 
| 74 | 2 | 18 | unless $$self{'image'}[$y][$x] |