Branch Coverage

blib/lib/Workflow/Validator/MatchesDateFormat.pm
Criterion Covered Total %
branch 10 10 100.0


line true false branch
18 1 17 unless ($params->{'date_format'})
22 1 16 if (ref $params->{'date_format'})
36 2 13 unless $date_string
38 9 4 if (builtin::blessed($date_string) and $date_string->isa("DateTime"))
45 2 2 unless ($date_object)