Condition Coverage

blib/lib/ClearPress/view/error.pm
Criterion Covered Total %
condition 7 15 46.6


or 2 conditions

line l !l condition
64 0 1 $cgi->unescape($cgi->param('errstr') || '') || ''
73 1 0 $self->aspect || ''
75 1 0 $ENV{'PATH_INFO'} || ''
78 1 0 $code or ''
79 0 1 $errstr ||= ''
110 0 1 $$CODEMAP{$code or ''} || 'An Error Occurred'

or 3 conditions

line l !l&&r !l&&!r condition
78 0 0 1 $errstr ||= $$CODEMAP{$code or ''}