blib/lib/TaskForest/TimeDependency.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 9 | 12 | 75.0 |
line | true | false | branch |
---|---|---|---|
104 | 459 | 174 | if (scalar @_ == 1) { } |
109 | 0 | 459 | if (ref $dt ne 'DateTime') |
123 | 0 | 174 | unless $$self{'start'} |
124 | 0 | 174 | unless $$self{'tz'} |
168 | 375 | 129 | if ($$self{'status'} eq 'Success') |
174 | 128 | 1 | if ($now >= $$self{'ep'}) { } |