blib/lib/File/Find/Object/Rule/VCS.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 10 | 18 | 55.5 |
line | true | false | branch |
---|---|---|---|
31 | 0 | 4 | unless (@_) |
40 | 0 | 4 | unless (defined $_[1]) |
47 | 1 | 3 | if $vcs eq '' |
50 | 1 | 2 | if $vcs eq 'cvs' |
51 | 1 | 1 | if $vcs eq 'svn' |
52 | 0 | 1 | if $vcs eq 'subversion' |
53 | 1 | 0 | if $vcs eq 'bzr' |
54 | 0 | 0 | if $vcs eq 'bazaar' |
55 | 0 | 0 | if $vcs eq 'git' |