Branch Coverage

blib/lib/POD/Walker.pm
Criterion Covered Total %
branch 0 88 0.0


line true false branch
84 0 0 unless (defined $_[1])
90 0 0 unless (defined $args{'in'})
93 0 0 unless (defined $args{'out'})
96 0 0 unless (defined $args{'format'})
101 0 0 unless (-d $args{'in'})
104 0 0 unless (-r $args{'in'})
109 0 0 unless (-d $args{'out'})
110 0 0 unless (mkdir $args{'out'})
114 0 0 unless (-w $args{'out'})
117 0 0 unless (-w $args{'out'})
122 0 0 unless (defined $args{'manifestCopy'})
127 0 0 unless (defined $args{'readmeCopy'})
132 0 0 unless (defined $args{'changesCopy'})
157 0 0 unless (defined $args{'in'})
162 0 0 unless (defined $args{'out'})
167 0 0 unless (defined $args{'format'})
172 0 0 unless (-d $args{'in'})
177 0 0 unless (-r $args{'in'})
184 0 0 unless (-d $args{'out'})
185 0 0 unless (mkdir $args{'out'})
191 0 0 unless (-w $args{'out'})
196 0 0 unless (-w $args{'out'})
204 0 0 if (opendir $dir, $args{'in'}) { }
218 0 0 if (-d $newArgs{'in'})
222 0 0 if ($$returned{'error'})
232 0 0 if (-f $newArgs{'in'})
237 0 0 if ($newArgs{'in'} =~ /\.[Pp][Mm]$/)
240 0 0 if ($newArgs{'in'} =~ /\.[Pp][Ll]$/ and not $process)
243 0 0 if ($newArgs{'in'} =~ /\.[Pp][Oo][Dd]$/ and not $process)
246 0 0 if (-x $newArgs{'in'} and not $process)
247 0 0 unless (isAperlScript($newArgs{'in'}))
253 0 0 if ($dirEntries[$int] eq 'Changes')
254 0 0 if ($args{'changesCopy'})
258 0 0 if ($dirEntries[$int] eq 'README')
259 0 0 if ($args{'readmeCopy'})
263 0 0 if ($dirEntries[$int] eq 'MANIFEST')
264 0 0 if ($args{'manifestCopy'})
270 0 0 if ($process)
271 0 0 if ($args{'format'} eq 'html')
273 0 0 if (-f 'pod2htmd.tmp')
276 0 0 if (-f 'pod2htmi.tmp')
281 0 0 if ($args{'format'} eq 'latex')
286 0 0 if ($args{'format'} eq 'man')
291 0 0 if ($args{'format'} eq 'text')