Branch Coverage

Makefile.PL
Criterion Covered Total %
branch 0 48 0.0


line true false branch
96 0 0 if exists $params{'EXTRA_META'}
97 0 0 unless exists $params{'LICENSE'}
98 0 0 if ($params{'BUILD_REQUIRES'} and $eumm_version < "6.5503")
100 0 0 unless $params{'PREREQ_PM'}
103 0 0 if ($params{'TEST_REQUIRES'} and $eumm_version < "6.64")
104 0 0 unless $params{'PREREQ_PM'}
107 0 0 if $eumm_version < "6.52"
108 0 0 if $eumm_version < "6.48"
109 0 0 if $eumm_version < "6.46"
110 0 0 if $eumm_version < "6.46"
111 0 0 if $eumm_version < "6.31"
112 0 0 if $] < "5.005"
113 0 0 if $] < "5.005"
114 0 0 if $] < "5.005"
183 0 0 unless open my $fh, "<", $filename
190 0 0 if (@section)
191 0 0 if $section[-1] =~ /^=/
192 0 0 if $remove_heading
206 0 0 if ($perl =~ /\s/)
211 0 0 if ($examples)
221 0 0 if (-f $filename)
222 0 0 unless open my $fh, "<:raw:encoding(UTF-8)", $filename
228 0 0 if ($content ne $new_content)
229 0 0 if (open my $fh, '>:raw:encoding(UTF-8)', $filename) { }