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