| line | true | false | branch | 
 
| 63 | 0 | 0 | unless ($url =~ /http:/) | 
 
| 64 | 0 | 0 | if ($url =~ /\.\w*$/) | 
 
|  | 0 | 0 | unless ($url =~ m[/.*\..*$]) | 
 
| 72 | 0 | 0 | if ($string) | 
 
| 130 | 0 | 0 | unless ($current_id) | 
 
| 134 | 0 | 0 | if ($id == $current_id) { } | 
 
| 143 | 0 | 0 | if (opendir DIR, $root_dir) { } | 
 
| 148 | 0 | 0 | if ($node =~ /^\./) | 
 
| 153 | 0 | 0 | defined $stat[2] ? : | 
 
| 154 | 0 | 0 | if ($value =~ /^[^1]/) | 
 
| 168 | 0 | 0 | if (opendir DIR, $path) { } | 
 
| 175 | 0 | 0 | if ($node =~ /^\./) | 
 
| 181 | 0 | 0 | if ($stat[2] =~ /^1/) | 
 
| 185 | 0 | 0 | if ($nestedflag) | 
 
| 200 | 0 | 0 | if (-e $path_file_name) | 
 
| 201 | 0 | 0 | unless open my $IN, '<', $path_file_name | 
 
| 203 | 0 | 0 | unless close $IN | 
 
| 210 | 0 | 0 | unless open my $OUT, '>', $path_file_name | 
 
| 212 | 0 | 0 | unless close $OUT | 
 
| 217 | 0 | 0 | unless open my $OUT, '>>', $path_file_name | 
 
| 219 | 0 | 0 | unless close $OUT | 
 
| 225 | 0 | 0 | unless open my $OUT, '>>', $status_file | 
 
| 227 | 0 | 0 | unless close $OUT |