Condition Coverage

blib/lib/Git/PurePerl/Protocol.pm
Criterion Covered Total %
condition 3 12 25.0


and 3 conditions

line !l l&&!r l&&r condition
131 0 8 92 $c ge '0' and $c le '9'
0 0 8 $c ge 'a' and $c le 'f'
0 0 0 $c ge 'A' and $c le 'F'

or 3 conditions

line l !l&&r !l&&!r condition
18 0 0 0 $self->remote =~ m[^ssh://(?:(.*?)@)?(.*?)(/.*)] or $self->remote =~ /^(?:(.*?)@)?(.*?):(.*)/