t/author-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 | 6 | unless ($ENV{AUTHOR_TESTING}) { | ||
5 | 1 | 581 | require Test::More; | ||||
6 | 1 | 66193 | Test::More::plan(skip_all => 'these tests are for testing by the author'); | ||||
7 | } | ||||||
8 | } | ||||||
9 | |||||||
10 | # This file was automatically generated by Dist::Zilla::Plugin::PodSyntaxTests. | ||||||
11 | use strict; use warnings; | ||||||
12 | use Test::More; | ||||||
13 | use Test::Pod 1.41; | ||||||
14 | |||||||
15 | all_pod_files_ok(); |