Condition Coverage

lib/App/gh/Command/Network.pm
Criterion Covered Total %
condition 0 6 0.0


and 3 conditions

line !l l&&!r l&&r condition
35 0 0 0 $url and $url =~ m[git://github.com/(.*?)/(.*?)\.git] || $url =~ m[git\@github.com:(.*?)/(.*?)\.git] || $url =~ m[https://github.com/(.*?)/(.*?)\.git]

or 3 conditions

line l !l&&r !l&&!r condition
35 0 0 0 $url =~ m[git://github.com/(.*?)/(.*?)\.git] || $url =~ m[git\@github.com:(.*?)/(.*?)\.git] || $url =~ m[https://github.com/(.*?)/(.*?)\.git]