Branch Coverage

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


line true false branch
20 0 0 unless ($self->{'macro'} and $self->{'macro'}->isa('X10::Macro'))
26 0 0 if $self->{'debug'}
43 0 0 if $self->{'verbose'}
57 0 0 if (not exists $self->{'repeat_type'} or $self->{'repeat_type'} eq 'none') { }
0 0 elsif ($self->{'repeat_type'} eq 'day') { }
65 0 0 if ($new <= CORE::time or $new <= $current)
71 0 0 if (exists $self->{'dowmask'} and $self->{'dowmask'} > 0)
78 0 0 if $self->{'debug'}
119 0 0 if (@_)
131 0 0 if (@_)
150 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+))?$/) { }
157 0 0 $2 eq '-' ? :
166 0 0 $2 eq '-' ? :
179 0 0 unless $offset