Branch Coverage

Makefile.PL
Criterion Covered Total %
branch 0 48 0.0


line true false branch
86 0 0 if exists $params{'EXTRA_META'}
87 0 0 unless exists $params{'LICENSE'}
88 0 0 if ($params{'BUILD_REQUIRES'} and $eumm_version < "6.5503")
90 0 0 unless $params{'PREREQ_PM'}
93 0 0 if ($params{'TEST_REQUIRES'} and $eumm_version < "6.64")
94 0 0 unless $params{'PREREQ_PM'}
97 0 0 if $eumm_version < "6.52"
98 0 0 if $eumm_version < "6.48"
99 0 0 if $eumm_version < "6.46"
100 0 0 if $eumm_version < "6.46"
101 0 0 if $eumm_version < "6.31"
102 0 0 if $] < "5.005"
103 0 0 if $] < "5.005"
104 0 0 if $] < "5.005"
174 0 0 unless open my $fh, "<", $filename
181 0 0 if (@section)
182 0 0 if $section[-1] =~ /^=/
183 0 0 if $remove_heading
197 0 0 if ($perl =~ /\s/)
202 0 0 if ($examples)
212 0 0 if (-f $filename)
213 0 0 unless open my $fh, "<:raw:encoding(UTF-8)", $filename
219 0 0 if ($content ne $new_content)
220 0 0 if (open my $fh, '>:raw:encoding(UTF-8)', $filename) { }