blib/lib/File/Find/Object/Rule/VCS.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 10 | 18 | 55.5 |
line | true | false | branch |
---|---|---|---|
122 | 0 | 4 | unless (@_) |
131 | 0 | 4 | unless (defined $_[1]) |
138 | 1 | 3 | if $vcs eq '' |
141 | 1 | 2 | if $vcs eq 'cvs' |
142 | 1 | 1 | if $vcs eq 'svn' |
143 | 0 | 1 | if $vcs eq 'subversion' |
144 | 1 | 0 | if $vcs eq 'bzr' |
145 | 0 | 0 | if $vcs eq 'bazaar' |
146 | 0 | 0 | if $vcs eq 'git' |