Condition Coverage

blib/lib/Date/QuarterOfYear.pm
Criterion Covered Total %
condition 15 15 100.0


and 3 conditions

line !l l&&!r l&&r condition
28 8 1 5 &reftype($param) and &reftype($param) eq 'HASH'
31 1 1 3 exists $param->{'year'} and exists $param->{'month'}
1 1 2 exists $param->{'year'} and exists $param->{'month'} and exists $param->{'day'}
57 1 1 3 exists $hashref->{'year'} and exists $hashref->{'month'}
1 1 2 exists $hashref->{'year'} and exists $hashref->{'month'} and exists $hashref->{'day'}