lib/Workflow/Validator/MatchesDateFormat.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 11 | 12 | 91.6 |
line | true | false | branch |
---|---|---|---|
17 | 1 | 15 | unless ($params->{'date_format'}) |
21 | 1 | 14 | if (ref $params->{'date_format'}) |
35 | 1 | 14 | unless $date_string |
39 | 10 | 4 | if (ref $date_string and eval { |
43 | 0 | 4 | if ($Workflow::Validator::MatchesDateFormat::EVAL_ERROR) |
49 | 2 | 2 | unless ($date_object) |