| blib/lib/VCS/Which/Plugin/Git.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 0 | 27 | 0.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 114 | 0 | 0 | 0 | -f $file and $cwd ne $repo_dir |
| 123 | 0 | 0 | 0 | $revision and $revision =~ /^-?\d+$|[^0-9a-fA-F]/msx |
| 131 | 0 | 0 | 0 | $revision =~ /^[-]?\d+$/msx && $revs[$revision] |
| 146 | 0 | 0 | 0 | defined $args[0] and -d $args[0] |
| 0 | 0 | 0 | defined $args[0] and -d $args[0] and $args[0] =~ m[^/] | |
| 159 | 0 | 0 | 0 | $raw =~ /^commit / and $line |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 73 | 0 | 0 | 0 | $dir ||= $self->_base |
| 86 | 0 | 0 | 0 | $dir ||= $self->_base |
| 97 | 0 | 0 | 0 | $dir ||= $self->_base |