| line | l | !l&&r | !l&&!r | condition | 
 
| 333 | 3 | 0 | 4 | !$status || $spare && $status == $self->BODY_STATUS_IS_SPARE | 
 
| 527 | 2 | 0 | 0 | shift() || time | 
 
| 528 | 2 | 0 | 0 | shift() || $start + 86400 | 
 
| 614 | 0 | 0 | 0 | $want{'am'} || $want{'pm'} | 
 
| 618 | 0 | 0 | 0 | $time_of_day > 85920 || $time_of_day < 43680 | 
 
| 620 | 0 | 0 | 0 | $time_of_day > 42720 || $time_of_day < 480 | 
 
| 866 | 0 | 0 | 0 | do {
	$self->universal($end);
my($illum_vector, $station_vector) = $self->_flare_transform_coords_list($illum->universal($end), $station->universal($end));
my $angle = _flare_calculate_angle_list($mma, $illum_vector, $station_vector);
defined $angle ? [$angle, $end, $illum_vector, $station_vector] : undef
} || confess("Programming error - No entrance found by _flare_entrance.\n    @{[join(' - ', grep({$_;} map({$self->get($_);} 'name', 'id')))];}\n    \$mma = $mma\n    \$start = $start = @{[scalar localtime $start];}\n    \$end = $end = @{[scalar localtime $end];}\n") | 
 
|  | 2 | 0 | 0 | $output ||= do {
	$self->universal($end);
my($illum_vector, $station_vector) = $self->_flare_transform_coords_list($illum->universal($end), $station->universal($end));
my $angle = _flare_calculate_angle_list($mma, $illum_vector, $station_vector);
defined $angle ? [$angle, $end, $illum_vector, $station_vector] : undef
} || confess("Programming error - No entrance found by _flare_entrance.\n    @{[join(' - ', grep({$_;} map({$self->get($_);} 'name', 'id')))];}\n    \$mma = $mma\n    \$start = $start = @{[scalar localtime $start];}\n    \$end = $end = @{[scalar localtime $end];}\n") |