| lib/XT/Files/Plugin/Files.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| condition | 15 | 15 | 100.0 | 
| line | l | !l&&r | !l&&!r | condition | 
|---|---|---|---|---|
| 20 | 5 | 2 | 4 | $key eq 'bin' or $key eq 'module' | 
| 7 | 1 | 3 | $key eq 'bin' or $key eq 'module' or $key eq 'pod' | |
| 3 | 2 | 1 | $key eq 'bin' or $key eq 'module' or $key eq 'pod' or $key eq 'test' | |
| 34 | 1 | 1 | 8 | -l $name or -d _ | 
| 2 | 1 | 7 | -l $name or -d _ or not -e _ |