| lib/Rex/SCM/Subversion.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| branch | 1 | 16 | 6.2 | 
| line | true | false | branch | 
|---|---|---|---|
| 16 | 0 | 1 | if ($version) | 
| 19 | 0 | 0 | if ($parts[1] <= 5) { } | 
| 44 | 0 | 0 | if (exists $repo_info->{'username'}) | 
| 48 | 0 | 0 | if (exists $repo_info->{'password'}) | 
| 54 | 0 | 0 | if (not is_dir($checkout_to)) { } | 
| 0 | 0 | elsif (is_dir("$checkout_to/.svn")) { } | |
| 68 | 0 | 0 | $checkout_to ? : | 
| 71 | 0 | 0 | unless ($? == 0) |