blib/lib/Schedule/Poll.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 14 | 20 | 70.0 |
line | true | false | branch |
---|---|---|---|
74 | 0 | 3 | unless exists $$self{'config'} |
75 | 0 | 3 | unless ref $$self{'config'} eq 'HASH' |
81 | 0 | 9 | if 86400 % $$config{$interval} != 0 |
103 | 1 | 4 | if ($members / $interval >= 1) { } |
128 | 1 | 3 | if $iter > $interval |
135 | 4 | 4 | if ($set == 0) { } |
169 | 0 | 5 | if $iter >= $interval |
173 | 5 | 119 | if ($set == 0) { } |
201 | 6 | 0 | if ($second > $max) { } |
225 | 6 | 0 | if (exists $$self{'schedule'}{$current}) |