|  line  | 
 !l  | 
 l&&!r  | 
 l&&r  | 
 condition  | 
 
| 
111
 | 
 0  | 
 0  | 
 0  | 
 $cron->{'minute'} eq $option{'minute'} and $cron->{'hour'} eq $option{'hour'}  | 
 
| 
 | 
 0  | 
 0  | 
 0  | 
 $cron->{'minute'} eq $option{'minute'} and $cron->{'hour'} eq $option{'hour'} and $cron->{'month'} eq $option{'month'}  | 
 
| 
 | 
 0  | 
 0  | 
 0  | 
 $cron->{'minute'} eq $option{'minute'} and $cron->{'hour'} eq $option{'hour'} and $cron->{'month'} eq $option{'month'} and $cron->{'day_of_week'} eq $option{'day_of_week'}  | 
 
| 
 | 
 0  | 
 0  | 
 0  | 
 $cron->{'minute'} eq $option{'minute'} and $cron->{'hour'} eq $option{'hour'} and $cron->{'month'} eq $option{'month'} and $cron->{'day_of_week'} eq $option{'day_of_week'} and $cron->{'day_of_month'} eq $option{'day_of_month'}  | 
 
| 
 | 
 0  | 
 0  | 
 0  | 
 $cron->{'minute'} eq $option{'minute'} and $cron->{'hour'} eq $option{'hour'} and $cron->{'month'} eq $option{'month'} and $cron->{'day_of_week'} eq $option{'day_of_week'} and $cron->{'day_of_month'} eq $option{'day_of_month'} and $cron->{'command'} eq $option{'command'}  | 
 
| 
138
 | 
 0  | 
 0  | 
 0  | 
 exists $option{'on_change'} and ref $option{'on_change'} eq "CODE"  |