| line | true | false | branch | 
 
| 49 | 0 | 0 | unless (defined $directory) | 
 
| 56 | 0 | 0 | if ($line =~ /^
                        ([^:]+)  # key
                        :
                        \s+
                        (.+)     # value
                        $/x) | 
 
| 65 | 0 | 0 | if ($key eq $infokey) | 
 
| 83 | 0 | 0 | if ($part eq 'trunk' or $part eq 'tags' or $part eq 'branches') | 
 
| 123 | 0 | 0 | unless ($success) | 
 
| 137 | 0 | 0 | unless (defined $dir) | 
 
| 144 | 0 | 0 | if (scalar @notcommitted > 0) { } | 
 
| 151 | 0 | 0 | if (wantarray) { } | 
 
| 156 | 0 | 0 | if ($file =~ /^M\s+(.+)$/) | 
 
| 174 | 0 | 0 | if (defined $version) { } | 
 
| 183 | 0 | 0 | if (defined $outdir) | 
 
| 200 | 0 | 0 | unless ($self->dryrun) | 
 
| 201 | 0 | 0 | unless (-d $dir) | 
 
| 203 | 0 | 0 | if ($@) | 
 
| 208 | 0 | 0 | if (-d $exportdir) | 
 
| 220 | 0 | 0 | if ($@) | 
 
| 236 | 0 | 0 | unless ($self->dryrun) | 
 
| 237 | 0 | 0 | unless (-d $dir) | 
 
| 239 | 0 | 0 | if ($@) | 
 
| 244 | 0 | 0 | if (-d $exportdir) | 
 
| 263 | 0 | 0 | unless (-e $logfile) | 
 
| 266 | 0 | 0 | unless sysopen my $fh, $logfile, 2369 | 
 
| 268 | 0 | 0 | unless $fh->close | 
 
| 278 | 0 | 0 | if ($self->dryrun) { } | 
 
| 284 | 0 | 0 | unless ($success) | 
 
| 295 | 0 | 0 | unless (defined $message) | 
 
| 304 | 0 | 0 | unless ($@) | 
 
| 316 | 0 | 0 | if ($@) | 
 
| 341 | 0 | 0 | unless $self->run_cmd('commit', '--message', "$module release: $version", $dir) | 
 
| 348 | 0 | 0 | if ($@) |