File Coverage

t/manifest.t
Criterion Covered Total %
statement 11 14 78.5
branch 1 4 25.0
condition n/a
subroutine 3 3 100.0
pod n/a
total 15 21 71.4


line stmt bran cond sub pod time code
1             #!perl -T
2              
3 1     1   10 use strict;
  1         1  
  1         43  
4 1     1   4 use warnings;
  1         1  
  1         25  
5 1     1   593 use Test::More;
  1         14607  
  1         7  
6              
7 1 50       4 unless ( $ENV{RELEASE_TESTING} ) {
8 1         4 plan( skip_all => "Author tests not required for installation" );
9             }
10              
11 0         0 eval "use Test::CheckManifest 0.9";
12 0 0       0 plan skip_all => "Test::CheckManifest 0.9 required" if $@;
13 0         0 ok_manifest();