blib/lib/File/Format/CRD.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
statement | 8 | 8 | 100.0 |
branch | n/a | ||
condition | n/a | ||
subroutine | 3 | 3 | 100.0 |
pod | n/a | ||
total | 11 | 11 | 100.0 |
line | stmt | bran | cond | sub | pod | time | code |
---|---|---|---|---|---|---|---|
1 | package File::Format::CRD; | ||||||
2 | $File::Format::CRD::VERSION = '0.2.1'; | ||||||
3 | 1 | 1 | 69326 | use warnings; | |||
1 | 11 | ||||||
1 | 32 | ||||||
4 | 1 | 1 | 6 | use strict; | |||
1 | 2 | ||||||
1 | 23 | ||||||
5 | |||||||
6 | 1 | 1 | 25 | use 5.008; | |||
1 | 4 | ||||||
7 | |||||||
8 | |||||||
9 | |||||||
10 | 1; # End of File::Format::CRD | ||||||
11 | |||||||
12 | __END__ |