| 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 |