| blib/lib/Dpkg/Source/Format.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 9 | 16 | 56.2 |
| line | true | false | branch |
|---|---|---|---|
| 66 | 0 | 1 | if (exists $opts{'filename'}) { } |
| 0 | 1 | elsif ($opts{'format'}) { } | |
| 102 | 3 | 8 | if ($format =~ /^(\d+)(?:\.(\d+))?(?:\s+\(([a-z0-9]+)\))?$/) { } |
| 125 | 1 | 4 | if (wantarray) { } |
| 129 | 2 | 2 | if defined $self->{'variant'} |
| 145 | 0 | 0 | if defined $format |
| 146 | 0 | 0 | unless defined $format and length $format |
| 172 | 0 | 1 | if defined $fh |