Branch Coverage

blib/lib/D64/Disk/Image.pm
Criterion Covered Total %
branch 7 26 26.9


line true false branch
172 0 0 if (defined $imageType) { }
185 0 1 unless defined $name and -e $name and -r $name
197 0 28 if defined $name and -e $name
257 0 3 unless defined $status and length $status > 0
388 0 2 unless defined $title and length $title > 0
389 0 2 unless defined $id and length $id > 0
471 0 57 unless defined $rawname and length $rawname > 0
488 0 25 unless defined $name and length $name > 0
538 0 0 if ($c >= 65 and $c <= 90) { }
0 0 elsif ($c >= 97 and $c <= 122) { }
564 0 0 if ($c >= 65 and $c <= 90) { }
0 0 elsif ($c >= 97 and $c <= 122) { }
0 0 elsif ($c == 127) { }