lib/App/gh/Command.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 12 | 0.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
48 | 0 | 0 | 0 | $1 and $2 |
96 | 0 | 0 | 0 | defined $gh_user && $gh_user eq $acc |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
45 | 0 | 0 | 0 | $uri =~ m[(?:git|https?)://github.com/(.*?)/(.*?)\.git$] or $uri =~ m[git\@github.com:(.*?)/(.*?)\.git$] |
78 | 0 | 0 | 0 | $$self{'protocol_ssh'} or $self->is_mine($acc, $repo) |