Branch Coverage

blib/lib/Test/CPAN/README.pm
Criterion Covered Total %
branch 0 14 0.0


line true false branch
26 0 0 unless ($ns)
27 0 0 if (-e 'META.json') { }
0 0 elsif (-e 'META.yml') { }
0 0 elsif (-e 'META.yaml') { }
47 0 0 unless (have_mod($ns))
56 0 0 if (not -f 'README' and -s _) { }
60 0 0 unless open my $fh, '<', 'README'