Branch Coverage

Makefile.PL
Criterion Covered Total %
branch 0 48 0.0


line true false branch
112 0 0 if exists $params{'EXTRA_META'}
113 0 0 unless exists $params{'LICENSE'}
114 0 0 if ($params{'BUILD_REQUIRES'} and $eumm_version < "6.5503")
116 0 0 unless $params{'PREREQ_PM'}
119 0 0 if ($params{'TEST_REQUIRES'} and $eumm_version < "6.64")
120 0 0 unless $params{'PREREQ_PM'}
123 0 0 if $eumm_version < "6.52"
124 0 0 if $eumm_version < "6.48"
125 0 0 if $eumm_version < "6.46"
126 0 0 if $eumm_version < "6.46"
127 0 0 if $eumm_version < "6.31"
128 0 0 if $] < "5.005"
129 0 0 if $] < "5.005"
130 0 0 if $] < "5.005"
203 0 0 unless open my $fh, "<", $filename
210 0 0 if (@section)
211 0 0 if $section[-1] =~ /^=/
212 0 0 if $remove_heading
226 0 0 if ($perl =~ /\s/)
231 0 0 if ($examples)
241 0 0 if (-f $filename)
242 0 0 unless open my $fh, "<:raw:encoding(UTF-8)", $filename
248 0 0 if ($content ne $new_content)
249 0 0 if (open my $fh, '>:raw:encoding(UTF-8)', $filename) { }