blib/lib/App/EventStreamr/Status.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 2 | 9 | 22.2 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
59 | 0 | 1 | 0 | defined $self->{'status'}{$id}{'running'} and $self->{'status'}{$id}{'running'} != $state |
78 | 0 | 0 | 0 | $self->{'status'}{$id}{'runcount'} > 5 and time % 10 != 0 |
1 | 0 | 0 | defined $self->{'status'}{$id}{'runcount'} and ($self->{'status'}{$id}{'runcount'} > 5 and time % 10 != 0) |