| blib/lib/Cogit/Protocol.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 0 | 12 | 0.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 142 | 0 | 0 | 0 | $c ge '0' and $c le '9' |
| 0 | 0 | 0 | $c ge 'a' and $c le 'f' | |
| 0 | 0 | 0 | $c ge 'A' and $c le 'F' |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 26 | 0 | 0 | 0 | $self->remote =~ m[^ssh://(?:(.*?)@)?(.*?)(/.*)] or $self->remote =~ /^(?:(.*?)@)?(.*?):(.*)/ |