Branch Coverage

blib/lib/ShipIt/Step/Readme.pm
Criterion Covered Total %
branch 5 12 41.6


line true false branch
21 0 0 unless $dist_file
24 0 0 unless ($dist_content =~ /^=head1 INSTALL/im)
40 1 2 if $dist_content =~ s/(^=head\d VERSION.*?(?=^=))/$1$install/ms
41 1 1 if $dist_content =~ s/(^=head\d NAME.*?(?=^=))/$1$install/ms
65 3 0 if (-e 'Build.PL') { }
0 0 elsif (-e 'Makefile.PL') { }