Condition Coverage

blib/lib/CAS/Messaging.pm
Criterion Covered Total %
condition 0 29 0.0


and 3 conditions

line !l l&&!r l&&r condition
378 0 0 0 $die and ref $$self{'dbh'}
0 0 0 $die and ref $$self{'dbh'} and $$self{'dbh'}->ping
388 0 0 0 exists $$self{'ERRORLOG'} and openhandle($$self{'ERRORLOG'})
396 0 0 0 $die and $debug

or 2 conditions

line l !l condition
197 0 0 $$self{'debug'} || 0
199 0 0 shift() || 500
366 0 0 shift() || 0
372 0 0 $$self{'debug'} || 0

or 3 conditions

line l !l&&r !l&&!r condition
237 0 0 0 shift() || $self->error('No response code specified')
365 0 0 0 shift() || confess("Class $class threw warning without message")
389 0 0 0 $die && $debug || $debug >= 2