|  line  | 
 true  | 
 false  | 
 branch  | 
 
| 
84
 | 
 13  | 
 4  | 
 unless (defined $opts_hr and exists $opts_hr->{'minute'})  | 
 
| 
87
 | 
 15  | 
 2  | 
 unless (exists $opts_hr->{'second'})  | 
 
| 
90
 | 
 17  | 
 0  | 
 unless (exists $opts_hr->{'second_round'})  | 
 
| 
93
 | 
 15  | 
 2  | 
 unless (exists $opts_hr->{'sign_type'})  | 
 
| 
96
 | 
 1  | 
 16  | 
 if (&none(sub {
	$opts_hr->{'sign_type'} eq $_;
}
, @SIGN_TYPES))  | 
 
| 
108
 | 
 15  | 
 1  | 
 if ($opts_hr->{'minute'})  | 
 
| 
115
 | 
 2  | 
 14  | 
 if ($opts_hr->{'second'})  | 
 
| 
130
 | 
 15  | 
 1  | 
 if ($opts_hr->{'sign_type'} eq 'sign') { }  | 
 
| 
133
 | 
 14  | 
 1  | 
 if ($opts_hr->{'minute'})  | 
 
| 
135
 | 
 1  | 
 13  | 
 if ($opts_hr->{'second'})  | 
 
| 
144
 | 
 1  | 
 0  | 
 if ($opts_hr->{'minute'})  | 
 
| 
146
 | 
 1  | 
 0  | 
 if ($opts_hr->{'second'})  |