| blib/lib/X10/SchedEvent.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 0 | 23 | 0.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 20 | 0 | 0 | 0 | $self->{'macro'} and $self->{'macro'}->isa('X10::Macro') |
| 71 | 0 | 0 | 0 | exists $self->{'dowmask'} and $self->{'dowmask'} > 0 |
| line | l | !l | condition |
|---|---|---|---|
| 43 | 0 | 0 | $self->{'description'} || 'unnamed event' |
| 52 | 0 | 0 | $self->{'next_time'} || 0 |
| 158 | 0 | 0 | $3 || 0 |
| 167 | 0 | 0 | $3 || 0 |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 54 | 0 | 0 | 0 | $self->{'last_time'} || CORE::time |
| 57 | 0 | 0 | 0 | not exists $self->{'repeat_type'} or $self->{'repeat_type'} eq 'none' |
| 65 | 0 | 0 | 0 | $new <= CORE::time or $new <= $current |