Condition Coverage

blib/lib/App/JobLog/Log/Synopsis.pm
Criterion Covered Total %
condition 19 36 52.7


and 3 conditions

line !l l&&!r l&&r condition
78 0 0 124 $previous->adjacent($e) && $previous->same_tags($e)
87 76 0 124 $do_merge &&= ref $mergand->last_event eq ref $e
107 0 0 217 $e->all_tags(@{$event->tags;}) and $event->all_tags(@{$e->tags;})
117 0 0 0 $d1->day == $d2->day && $d1->month == $d2->month && $d1->year == $d2->year
192 0 0 76 $event and $event->isa('App::JobLog::Log::Note')
244 124 26 2 @events == 1 and not $se->can('end')
251 138 0 0 ref $se eq 'App::JobLog::Vacation::Period' and not $se->fixed
255 66 0 72 $same_period and $start->hour == $end->hour
66 10 62 $same_period and $start->hour == $end->hour and $start->minute == $end->minute

or 3 conditions

line l !l&&r !l&&!r condition
126 93 0 0 ($self->events)[-1]->end || now()
229 76 12 0 $ee->end || now()
253 72 0 66 $start->hour < 12 && $end->hour < 12 || $start->hour >= 12 && $end->hour >= 12