| line | true | false | branch | 
 
| 29 | 0 | 0 | @_ ? : | 
 
| 30 | 0 | 0 | if ($! != 0) | 
 
| 31 | 0 | 0 | if ($! =~ /Invalid/) { } | 
 
| 60 | 0 | 0 | if (exists $args{'cache_ttys'} and $args{'cache_ttys'} == 1) | 
 
| 65 | 0 | 0 | if (exists $args{'enable_ttys'} and not $args{'enable_ttys'}) { } | 
 
| 68 | 0 | 0 | if ($$self{'cache_ttys'}) | 
 
| 79 | 0 | 0 | if ($status) { } | 
 
| 93 | 0 | 0 | if ($$self{'enable_ttys'}) | 
 
| 98 | 0 | 0 | if ($$self{'cache_ttys'}) { } | 
 
| 103 | 0 | 0 | if (-r $TTYDEVSFILE) { } | 
 
| 114 | 0 | 0 | unless sysopen my $ttydevs_fh, $TTYDEVSFILE, 193 | 
 
| 145 | 0 | 0 | if -d $_ and not -x $_ | 
 
| 148 | 0 | 0 | if -c $File::Find::name |