File Coverage

t/_pod.t
Criterion Covered Total %
statement 15 15 100.0
branch 1 2 50.0
condition n/a
subroutine 4 4 100.0
pod n/a
total 20 21 95.2


line stmt bran cond sub pod time code
1 1     1   9573 use strict;
  1         3  
  1         29  
2 1     1   4 use warnings;
  1         1  
  1         18  
3 1     1   304 use Test::More;
  1         10620  
  1         6  
4 1     1   48637 eval "use Test::Pod";
  1         185  
  1         27071  
  1         3  
5 1 50       32 plan skip_all => "Test::Pod required for testing POD"
6               if $@;
7 1         3 all_pod_files_ok();
8