Branch Coverage

lib/Dist/Zilla/Plugin/Author/SKIRMESS/InsertVersion.pm
Criterion Covered Total %
branch 0 8 0.0


line true false branch
27 0 0 unless path($filename)->stringify =~ m[ ^ (?: bin | lib | xt | t ) / ]msx
32 0 0 unless $content =~ / ^ =pod /msx
34 0 0 unless ($content =~ / ^ =head1 \s+ VERSION $ /msx)
41 0 0 unless ($content =~ s/ [\s\n]* ^ =head1 \s+ VERSION [^\n]* $ .*? ^ ( = (?: head | cut ) ) /$version_section$1/msx)