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 | 244056 | use 5.008001; | |||
2 | 34 | ||||||
2 | 2 | 2 | 12 | use strict; | |||
2 | 6 | ||||||
2 | 55 | ||||||
3 | 2 | 2 | 13 | use warnings; | |||
2 | 5 | ||||||
2 | 133 | ||||||
4 | |||||||
5 | package PIR; | ||||||
6 | # ABSTRACT: Short alias for Path::Iterator::Rule | ||||||
7 | our $VERSION = '1.014'; | ||||||
8 | |||||||
9 | # Dependencies | ||||||
10 | 2 | 2 | 1154 | use Path::Iterator::Rule; | |||
2 | 10 | ||||||
2 | 129 | ||||||
11 | our @ISA = qw/Path::Iterator::Rule/; | ||||||
12 | |||||||
13 | 1; | ||||||
14 | |||||||
15 | |||||||
16 | # vim: ts=4 sts=4 sw=4 et: | ||||||
17 | |||||||
18 | __END__ |