| blib/lib/SVN/Dump.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 18 | 18 | 100.0 |
| line | true | false | branch |
|---|---|---|---|
| 18 | 30 | 3 | if (exists $args->{'fh'} or exists $args->{'file'}) { } |
| 20 | 25 | 5 | unless ($fh) |
| 21 | 1 | 24 | unless open $fh, $file |
| 27 | 2 | 1 | if (exists $args->{'version'}) |
| 32 | 2 | 1 | if (exists $args->{'uuid'}) |
| 47 | 28 | 514 | unless $record |
| 51 | 58 | 456 | if ($type =~ /\A(?:format|uuid)\z/) |
| 62 | 3 | 1 | $self->{'format'} ? : |
| 69 | 3 | 1 | $self->{'uuid'} ? : |