blib/lib/Date/QuarterOfYear.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 6 | 15 | 40.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
28 | 6 | 0 | 2 | &reftype($param) and &reftype($param) eq 'HASH' |
31 | 0 | 2 | 0 | exists $param->{'year'} and exists $param->{'month'} |
0 | 2 | 0 | exists $param->{'year'} and exists $param->{'month'} and exists $param->{'day'} | |
54 | 0 | 2 | 0 | exists $hashref->{'year'} and exists $hashref->{'month'} |
0 | 2 | 0 | exists $hashref->{'year'} and exists $hashref->{'month'} and exists $hashref->{'day'} |