Branch Coverage

Makefile.PL
Criterion Covered Total %
branch 0 48 0.0


line true false branch
94 0 0 if exists $params{'EXTRA_META'}
95 0 0 unless exists $params{'LICENSE'}
96 0 0 if ($params{'BUILD_REQUIRES'} and $eumm_version < "6.5503")
98 0 0 unless $params{'PREREQ_PM'}
101 0 0 if ($params{'TEST_REQUIRES'} and $eumm_version < "6.64")
102 0 0 unless $params{'PREREQ_PM'}
105 0 0 if $eumm_version < "6.52"
106 0 0 if $eumm_version < "6.48"
107 0 0 if $eumm_version < "6.46"
108 0 0 if $eumm_version < "6.46"
109 0 0 if $eumm_version < "6.31"
110 0 0 if $] < "5.005"
111 0 0 if $] < "5.005"
112 0 0 if $] < "5.005"
181 0 0 unless open my $fh, "<", $filename
188 0 0 if (@section)
189 0 0 if $section[-1] =~ /^=/
190 0 0 if $remove_heading
204 0 0 if ($perl =~ /\s/)
209 0 0 if ($examples)
219 0 0 if (-f $filename)
220 0 0 unless open my $fh, "<:raw:encoding(UTF-8)", $filename
226 0 0 if ($content ne $new_content)
227 0 0 if (open my $fh, '>:raw:encoding(UTF-8)', $filename) { }