blib/lib/X10/SchedEvent.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 23 | 0.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
16 | 0 | 0 | 0 | $$self{'macro'} and $$self{'macro'}->isa('X10::Macro') |
67 | 0 | 0 | 0 | exists $$self{'dowmask'} and $$self{'dowmask'} > 0 |
line | l | !l | condition |
---|---|---|---|
37 | 0 | 0 | $$self{'description'} || 'unnamed event' |
48 | 0 | 0 | $$self{'next_time'} || 0 |
154 | 0 | 0 | $3 || 0 |
163 | 0 | 0 | $3 || 0 |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
50 | 0 | 0 | 0 | $$self{'last_time'} || CORE::time |
53 | 0 | 0 | 0 | not exists $$self{'repeat_type'} or $$self{'repeat_type'} eq 'none' |
61 | 0 | 0 | 0 | $new <= CORE::time or $new <= $current |