HTML/Calendar/Simple.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 11 | 12 | 91.6 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
99 | 1 | 0 | 27 | defined $ref and ref $ref eq 'HASH' |
219 | 4 | 43 | 4 | $day_ref and $$day_ref{'date'} == $day |
309 | 31 | 1 | 1 | defined $alt_args && ref $alt_args eq 'HASH' && exists $$alt_args{'border'} |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
239 | 1009 | 7 | 14 | $key eq 'date' or $key eq 'day_link' |