| lib/File/Type/WebImages.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 5 | 8 | 62.5 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 66 | 0 | 3 | 0 | defined $substr and $substr =~ /^PNG/ |
| line | l | !l | condition |
|---|---|---|---|
| 39 | 4 | 0 | 'IO::File'->new($filename) || (return undef) |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 18 | 1 | 1 | 2 | length $argument > 1024 or $argument =~ /\n/ |