t/pod.t | |||
---|---|---|---|
Criterion | Covered | Total | % |
statement | 12 | 15 | 80.0 |
branch | 1 | 2 | 50.0 |
condition | n/a | ||
subroutine | 4 | 4 | 100.0 |
pod | n/a | ||
total | 17 | 21 | 80.9 |
line | stmt | bran | cond | sub | pod | time | code |
---|---|---|---|---|---|---|---|
1 | #!perl | ||||||
2 | |||||||
3 | 1 | 1 | 4 | use strict; | |||
1 | 1 | ||||||
1 | 31 | ||||||
4 | 1 | 1 | 3 | use warnings; | |||
1 | 1 | ||||||
1 | 21 | ||||||
5 | |||||||
6 | 1 | 1 | 864 | use Test::More; | |||
1 | 18687 | ||||||
1 | 9 | ||||||
7 | 1 | 1 | 94845 | eval "use Test::Pod 1.14"; | |||
1 | 389 | ||||||
0 | |||||||
0 | |||||||
8 | 1 | 50 | 10 | plan skip_all => "Test::Pod 1.14 required for testing POD" if $@; | |||
9 | 0 | 0 | all_pod_files_ok(); |