| blib/lib/File/Find/Rule/VCS.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 22 | 24 | 91.6 |
| line | true | false | branch |
|---|---|---|---|
| 122 | 1 | 10 | if (1 == scalar @_) |
| 132 | 0 | 10 | unless (defined $_[1]) |
| 139 | 1 | 9 | if $vcs eq '' |
| 142 | 1 | 8 | if $vcs eq 'cvs' |
| 143 | 1 | 7 | if $vcs eq 'rcs' |
| 144 | 1 | 6 | if $vcs eq 'svn' |
| 145 | 1 | 5 | if $vcs eq 'subversion' |
| 146 | 1 | 4 | if $vcs eq 'bzr' |
| 147 | 1 | 3 | if $vcs eq 'bazaar' |
| 148 | 1 | 2 | if $vcs eq 'git' |
| 149 | 1 | 1 | if $vcs eq 'hg' |
| 150 | 1 | 0 | if $vcs eq 'mercurial' |