| t/release-pod-coverage.t | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| statement | 3 | 3 | 100.0 |
| branch | 1 | 2 | 50.0 |
| condition | n/a | ||
| subroutine | 1 | 1 | 100.0 |
| pod | n/a | ||
| total | 5 | 6 | 83.3 |
| line | stmt | bran | cond | sub | pod | time | code |
|---|---|---|---|---|---|---|---|
| 1 | #!perl | ||||||
| 2 | |||||||
| 3 | BEGIN { | ||||||
| 4 | 1 | 50 | 1 | 6 | unless ($ENV{RELEASE_TESTING}) { | ||
| 5 | 1 | 664 | require Test::More; | ||||
| 6 | 1 | 15078 | Test::More::plan(skip_all => 'these tests are for release candidate testing'); | ||||
| 7 | } | ||||||
| 8 | } | ||||||
| 9 | |||||||
| 10 | # This file was automatically generated by Dist::Zilla::Plugin::PodCoverageTests. | ||||||
| 11 | |||||||
| 12 | use Test::Pod::Coverage 1.08; | ||||||
| 13 | use Pod::Coverage::TrustPod; | ||||||
| 14 | |||||||
| 15 | all_pod_coverage_ok({ coverage_class => 'Pod::Coverage::TrustPod' }); |