| lib/XT/Files/Plugin/Files.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 11 | 12 | 91.6 |
| line | true | false | branch |
|---|---|---|---|
| 20 | 3 | 1 | if ($key eq 'bin' or $key eq 'module' or $key eq 'pod' or $key eq 'test') |
| 34 | 2 | 7 | if -l $name or -d _ or not -e _ |
| 36 | 2 | 5 | if ($type eq 'bin') |
| 41 | 2 | 3 | if ($type eq 'module') |
| 46 | 1 | 2 | if ($type eq 'pod') |
| 51 | 2 | 0 | if ($type eq 'test') |