| line | true | false | branch | 
 
| 36 | 0 | 0 | unless ($inp_file) | 
 
| 37 | 0 | 0 | unless open $INP, "<$inp_file" | 
 
| 38 | 0 | 0 | unless ($out_file) | 
 
| 39 | 0 | 0 | unless open $OUT, ">$out_file" | 
 
| 44 | 0 | 0 | if ($remove_comments_started_with_RE) | 
 
| 45 | 0 | 0 | if ($replace_adjacent_tabs_and_spaces_with_1_space) | 
 
| 46 | 0 | 0 | if ($replace_adjacent_slashes_with_single_slash) | 
 
| 47 | 0 | 0 | if /^\s*$/ | 
 
|  | 0 | 0 | if ($remove_empty_lines) | 
 
| 48 | 0 | 0 | if ($remove_white_char_from_line_edges) | 
 
| 49 | 0 | 0 | if ($convert_to_lowercased) | 
 
| 50 | 0 | 0 | if ($remove_leading_zeroes) | 
 
| 52 | 0 | 0 | if (defined $aref_replacements) | 
 
| 58 | 0 | 0 | unless defined $replacement | 
 
| 63 | 0 | 0 | if ($sort_lines) | 
 
| 67 | 0 | 0 | if ($sort_lines) |