| blib/lib/PIR.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| statement | 11 | 11 | 100.0 |
| branch | n/a | ||
| condition | n/a | ||
| subroutine | 4 | 4 | 100.0 |
| pod | n/a | ||
| total | 15 | 15 | 100.0 |
| line | stmt | bran | cond | sub | pod | time | code |
|---|---|---|---|---|---|---|---|
| 1 | 2 | 2 | 110455 | use 5.008001; | |||
| 2 | 6 | ||||||
| 2 | 2 | 2 | 10 | use strict; | |||
| 2 | 4 | ||||||
| 2 | 48 | ||||||
| 3 | 2 | 2 | 8 | use warnings; | |||
| 2 | 2 | ||||||
| 2 | 94 | ||||||
| 4 | |||||||
| 5 | package PIR; | ||||||
| 6 | # ABSTRACT: Short alias for Path::Iterator::Rule | ||||||
| 7 | our $VERSION = '1.012'; | ||||||
| 8 | |||||||
| 9 | # Dependencies | ||||||
| 10 | 2 | 2 | 1130 | use Path::Iterator::Rule; | |||
| 2 | 6 | ||||||
| 2 | 93 | ||||||
| 11 | our @ISA = qw/Path::Iterator::Rule/; | ||||||
| 12 | |||||||
| 13 | 1; | ||||||
| 14 | |||||||
| 15 | |||||||
| 16 | # vim: ts=4 sts=4 sw=4 et: | ||||||
| 17 | |||||||
| 18 | __END__ |