lib/App/gh/Command/Fork.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 18 | 0.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
59 | 0 | 0 | 0 | $user and $user =~ m[^(?:git\:\/\/github\.com\/|git\@github\.com:|http\:\/\/github\.com\/)([^/]+)/([^/]+)(?:\.git)?$] |
0 | 0 | 0 | $user and $user =~ m[/] | |
73 | 0 | 0 | 0 | $gh_id and $gh_token |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
71 | 0 | 0 | 0 | 'App::gh'->config->github_token || 'App::gh'->config->github_password |
85 | 0 | 0 | 0 | $$remote{'url'} =~ m[(?:git|https?)://github.com/(.*?)/(.*?)\.git] or $$remote{'url'} =~ m[git\@github.com:(.*?)/(.*?)\.git] |
88 | 0 | 0 | 0 | $1 or $2 |