| blib/lib/Date/WeekNumber.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| condition | 15 | 15 | 100.0 | 
| line | !l | l&&!r | l&&r | condition | 
|---|---|---|---|---|
| 48 | 34 | 2 | 8 | &reftype($param) and &reftype($param) eq "HASH" | 
| 51 | 2 | 2 | 4 | exists $param->{'year'} and exists $param->{'month'} | 
| 2 | 2 | 2 | exists $param->{'year'} and exists $param->{'month'} and exists $param->{'day'} | |
| 74 | 2 | 2 | 4 | exists $hashref->{'year'} and exists $hashref->{'month'} | 
| 2 | 2 | 2 | exists $hashref->{'year'} and exists $hashref->{'month'} and exists $hashref->{'day'} |