| line | true | false | branch | 
 
| 19 | 1 | 0 | if ($@) { } | 
 
| 36 | 0 | 0 | if ($crypt_supported == 1) { } | 
 
| 40 | 0 | 0 | if ($@) { } | 
 
| 69 | 0 | 0 | if ($this->{'use_cache'}) | 
 
| 81 | 0 | 0 | unless $this->{'use_cache'} | 
 
| 82 | 0 | 0 | if ($this->{'changed'}) { } | 
 
| 115 | 0 | 0 | if ($string =~ m[^/.+?/$]) { } | 
 
|  | 0 | 0 | elsif (not $string) { } | 
 
| 174 | 0 | 0 | if ($str =~ /^\s*(or|and)\s*$/) { } | 
 
|  | 0 | 0 | elsif ($str =~ /(? | 
 
| 230 | 0 | 0 | if ($str =~ /^"/ and $str =~ /"$/) { } | 
 
| 232 | 0 | 0 | unless $escapes{$1} | 
 
| 235 | 0 | 0 | unless $wildcards{$1} | 
 
| 252 | 0 | 0 | if (-e $this->{'LOCKFILE'}) | 
 
| 253 | 0 | 0 | unless open LOCK, "<$this->{'LOCKFILE'}" | 
 
| 268 | 0 | 0 | unless (-e $this->{'LOCKFILE'}) | 
 
| 270 | 0 | 0 | unless open LOCK, ">$this->{'LOCKFILE'}" | 
 
| 286 | 0 | 0 | if ($@) | 
 
| 287 | 0 | 0 | if ($@ =~ /^inter/) { } |