| blib/lib/App/JobLog/Vacation/Period.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 0 | 40 | 0.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 197 | 0 | 0 | 0 | $other_is_period and $other->annual |
| 0 | 0 | 0 | $other_is_period and $other->monthly | |
| 243 | 0 | 0 | 0 | $s->year == $e->year && $s->month == $e->month && $s->day == $e->day |
| 301 | 0 | 0 | 0 | $self->monthly and $self->start->year != $start->year |
| 310 | 0 | 0 | 0 | $self->monthly and $self->start->month != $start->month |
| line | l | !l | condition |
|---|---|---|---|
| 183 | 0 | 0 | $self->tags ||= [] |
| 187 | 0 | 0 | $self->description ||= [] |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 30 | 0 | 0 | 0 | ref $class || $class |
| 116 | 0 | 0 | 0 | ref $class || $class |
| 197 | 0 | 0 | 0 | $self->annual or $other_is_period and $other->annual |
| 0 | 0 | 0 | $self->monthly or $other_is_period and $other->monthly | |
| 212 | 0 | 0 | 0 | $self->start->year != $other->start->year or $self->start->month != $other->start->month |
| 297 | 0 | 0 | 0 | $self->annual or $self->monthly |
| 301 | 0 | 0 | 0 | $self->annual or $self->monthly and $self->start->year != $start->year |