t/release-pod-syntax.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 | 216 | unless ($ENV{RELEASE_TESTING}) { | ||
5 | 1 | 1510 | require Test::More; | ||||
6 | 1 | 27650 | 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::PodSyntaxTests. | ||||||
11 | use Test::More; | ||||||
12 | |||||||
13 | eval "use Test::Pod 1.41"; | ||||||
14 | plan skip_all => "Test::Pod 1.41 required for testing POD" if $@; | ||||||
15 | |||||||
16 | all_pod_files_ok(); |