Condition Coverage

blib/lib/Stem/Event.pm
Criterion Covered Total %
condition 6 19 31.5


and 3 conditions

line !l l&&!r l&&r condition
299 0 3 0 $@ and not $@ =~ /locate/

or 2 conditions

line l !l condition
262 0 0 $$self{'delay'} || 'NONE'
263 0 0 $$self{'interval'} || 'NONE'

or 3 conditions

line l !l&&r !l&&!r condition
97 1 7 0 $method ||= $$self{'method'}
292 1 0 3 $Stem::Vars::Env{'event_loop'} || ($^O =~ /win32/i ? 'perl' : 'event')
449 0 0 0 $$self{'method'} ||= "sig_\L${signal}_handler\E"
609 4 0 0 $reset_delay ||= $$self{'interval'} ? $$self{'interval'} : $$self{'delay'}