Branch Coverage

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
38 10 4 if (ref $date_string and eval {
42 0 4 if ($Workflow::Validator::MatchesDateFormat::EVAL_ERROR)
48 2 2 unless ($date_object)