| line | true | false | branch | 
 
| 151 | 0 | 0 | $track->is_mix_track ? : | 
 
| 178 | 0 | 0 | if /$name/u and not /defunct/u and ($pid) = /(\d+)/u | 
 
| 195 | 0 | 0 | if $n == 0 | 
 
| 196 | 0 | 0 | if $n > 10 | 
 
| 197 | 0 | 0 | if $n < 10 | 
 
| 206 | 0 | 0 | if $sec < 10 | 
 
| 207 | 0 | 0 | if $min < 10 and $hours | 
 
| 208 | 0 | 0 | $hours ? : | 
 
| 223 | 0 | 0 | $sec > 120 ? : | 
 
| 228 | 0 | 0 | if ($dest eq undef) | 
 
| 232 | 0 | 0 | if ($dest eq 'bus') { } | 
 
|  | 0 | 0 | elsif ($dest eq 'null') { } | 
 
|  | 0 | 0 | elsif ($dest eq 'rtnull') { } | 
 
|  | 0 | 0 | elsif ($dest =~ /^loop,/u) { } | 
 
|  | 0 | 0 | elsif (not $dest =~ /\D/u) { } | 
 
|  | 0 | 0 | elsif ($dest =~ /^man/u) { } | 
 
|  | 0 | 0 | elsif ($dest eq 'jack') { } | 
 
|  | 0 | 0 | elsif ($dest =~ /(^\w+\.)?ports/u) { } | 
 
| 247 | 0 | 0 | if ($type eq 'soundcard') { } | 
 
| 260 | 0 | 0 | unless -e $dir | 
 
| 341 | 0 | 0 | unless not defined $_ and 'undef' or not ref $_ and $_ |