| blib/lib/Date/QuarterOfYear.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 15 | 15 | 100.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 28 | 6 | 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'} | |
| 54 | 1 | 1 | 3 | exists $hashref->{'year'} and exists $hashref->{'month'} |
| 1 | 1 | 2 | exists $hashref->{'year'} and exists $hashref->{'month'} and exists $hashref->{'day'} |