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