blib/lib/Tapper/Installer/Precondition/Repository.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 0 | 28 | 0.0 |
line | true | false | branch |
---|---|---|---|
18 | 0 | 0 | unless $repo->{'url'} |
19 | 0 | 0 | unless ($repo->{'target'}) |
25 | 0 | 0 | if $error |
27 | 0 | 0 | if ($repo->{'revision'}) |
30 | 0 | 0 | if $error |
39 | 0 | 0 | unless $repo->{'url'} |
40 | 0 | 0 | unless ($repo->{'target'}) |
46 | 0 | 0 | if $error |
48 | 0 | 0 | if ($repo->{'revision'}) |
50 | 0 | 0 | if $error |
67 | 0 | 0 | unless $repository->{'type'} |
68 | 0 | 0 | if ($repository->{'type'} eq 'git') { } |
0 | 0 | elsif ($repository->{'type'} eq 'hg') { } | |
0 | 0 | elsif ($repository->{'type'} eq 'svn') { } |