Condition Coverage

blib/lib/Catalyst/Controller/SimpleCAS.pm
Criterion Covered Total %
condition 0 24 0.0


and 3 conditions

line !l l&&!r l&&r condition
90 0 0 0 &blessed($cnt) and $cnt->can('getline')
107 0 0 0 length $content < 1024 and not $content =~ /\n/
0 0 0 length $content < 1024 and not $content =~ /\n/ and -f $content
288 0 0 0 defined $maxheight and $newheight > $maxheight
294 0 0 0 $newwidth == $width and $newheight == $height
344 0 0 0 defined $maxheight and $newheight > $maxheight
350 0 0 0 $newwidth == $width and $newheight == $height

or 3 conditions

line l !l&&r !l&&!r condition
185 0 0 0 $type eq 'application/vnd.ms-powerpoint' or $type eq 'application/zip'