Branch Coverage

Makefile.PL
Criterion Covered Total %
branch 0 48 0.0


line true false branch
109 0 0 if exists $params{'EXTRA_META'}
110 0 0 unless exists $params{'LICENSE'}
111 0 0 if ($params{'BUILD_REQUIRES'} and $eumm_version < "6.5503")
113 0 0 unless $params{'PREREQ_PM'}
116 0 0 if ($params{'TEST_REQUIRES'} and $eumm_version < "6.64")
117 0 0 unless $params{'PREREQ_PM'}
120 0 0 if $eumm_version < "6.52"
121 0 0 if $eumm_version < "6.48"
122 0 0 if $eumm_version < "6.46"
123 0 0 if $eumm_version < "6.46"
124 0 0 if $eumm_version < "6.31"
125 0 0 if $] < "5.005"
126 0 0 if $] < "5.005"
127 0 0 if $] < "5.005"
199 0 0 unless open my $fh, "<", $filename
206 0 0 if (@section)
207 0 0 if $section[-1] =~ /^=/
208 0 0 if $remove_heading
222 0 0 if ($perl =~ /\s/)
227 0 0 if ($examples)
237 0 0 if (-f $filename)
238 0 0 unless open my $fh, "<:raw:encoding(UTF-8)", $filename
244 0 0 if ($content ne $new_content)
245 0 0 if (open my $fh, '>:raw:encoding(UTF-8)', $filename) { }