| blib/lib/HTML/Calendar/Monthly.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 11 | 16 | 68.7 |
| line | true | false | branch |
|---|---|---|---|
| 82 | 2 | 0 | if (defined $ref and ref $ref eq 'HASH') |
| 83 | 2 | 0 | exists $$ref{'month'} ? : |
| 84 | 2 | 0 | exists $$ref{'year'} ? : |
| 86 | 2 | 0 | defined $valid_day ? : |
| 126 | 22 | 2 | unless $day_ref and $$day_ref{'date'}->day == $day |
| 134 | 10 | 60 | unless $ref |
| 136 | 2 | 58 | if (exists $$ref{'day_link'}) { } |
| 193 | 0 | 2 | if $st < 0 |