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 2     2   22104 use strict;
  2         5  
  2         58  
2 2     2   6 use warnings;
  2         2  
  2         35  
3 2     2   606 use Test::More;
  2         21461  
  2         11  
4 2     2   96019 eval "use Test::Pod";
  2         382  
  2         37502  
  2         8  
5 2 50       68 plan skip_all => "Test::Pod required for testing POD"
6               if $@;
7 2         6 all_pod_files_ok();
8