Branch Coverage

blib/lib/X10/SchedEvent.pm
Criterion Covered Total %
branch 0 32 0.0


line true false branch
16 0 0 unless ($$self{'macro'} and $$self{'macro'}->isa('X10::Macro'))
22 0 0 if $$self{'debug'}
37 0 0 if $$self{'verbose'}
53 0 0 if (not exists $$self{'repeat_type'} or $$self{'repeat_type'} eq 'none') { }
0 0 elsif ($$self{'repeat_type'} eq 'day') { }
61 0 0 if ($new <= CORE::time or $new <= $current)
67 0 0 if (exists $$self{'dowmask'} and $$self{'dowmask'} > 0)
73 0 0 if $$self{'debug'}
115 0 0 if (@_)
127 0 0 if (@_)
146 0 0 if ($$self{'time'} =~ /^\d?\d:\d\d$/) { }
0 0 elsif ($$self{'time'} =~ /^sunrise(\s*([+-])\s*(\d+))?$/) { }
0 0 elsif ($$self{'time'} =~ /^sunset(\s*([+-])\s*(\d+))?$/) { }
153 0 0 $2 eq '-' ? :
162 0 0 $2 eq '-' ? :
175 0 0 unless $offset