t/pod-coverage.t | |||
---|---|---|---|
Criterion | Covered | Total | % |
statement | 8 | 9 | 88.8 |
branch | n/a | ||
condition | n/a | ||
subroutine | 2 | 2 | 100.0 |
pod | n/a | ||
total | 10 | 11 | 90.9 |
line | stmt | bran | cond | sub | pod | time | code |
---|---|---|---|---|---|---|---|
1 | #!perl -T | ||||||
2 | |||||||
3 | 1 | 1 | 267473 | use Test::More; | |||
1 | 14198 | ||||||
1 | 6 | ||||||
4 | 1 | 1 | 69394 | eval "use Test::Pod::Coverage 1.04"; | |||
1 | 63508 | ||||||
1 | 1116 | ||||||
1 | 8 | ||||||
5 | 1 | 50 | plan skip_all => "Test::Pod::Coverage 1.04 required for testing POD coverage"; # if $@; | ||||
6 | 0 | 0 | all_pod_coverage_ok(); |