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