blib/lib/Cron/Sequencer.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 3 | 16 | 18.7 |
line | true | false | branch |
---|---|---|---|
20 | 1 | 29 | if ref $class |
25 | 29 | 0 | unless UNIVERSAL::isa($arg, "Cron::Sequencer::Parser") |
44 | 0 | 0 | if ($entry->{'next'} < $when) { } |
0 | 0 | elsif ($entry->{'next'} == $when) { } | |
68 | 0 | 0 | if exists $entry->{$key} |
82 | 0 | 0 | unless $start =~ /\A[1-9][0-9]*\z/u and $end =~ /\A[1-9][0-9]*\z/u |
86 | 0 | 0 | unless @$self |
100 | 0 | 0 | if $group[0]{'time'} >= $end |