| line | true | false | branch | 
 
| 38 | 0 | 0 | if ($@) | 
 
| 45 | 0 | 0 | if ($uri =~ m[(?:git|https?)://github.com/(.*?)/(.*?)\.git$] or $uri =~ m[git\@github.com:(.*?)/(.*?)\.git$]) | 
 
| 48 | 0 | 0 | if $1 and $2 | 
 
| 59 | 0 | 0 | if (my($my, $repo) = parse_remote_param($$remote{'url'})) | 
 
| 68 | 0 | 0 | if $$self{'protocol_git'} | 
 
| 69 | 0 | 0 | if $$self{'protocol_ssh'} | 
 
| 70 | 0 | 0 | if $$self{'protocol_http'} | 
 
| 71 | 0 | 0 | if $$self{'protocol_https'} | 
 
| 78 | 0 | 0 | if ($$self{'protocol_git'}) { } | 
 
|  | 0 | 0 | elsif ($$self{'protocol_ssh'} or $self->is_mine($acc, $repo)) { } | 
 
|  | 0 | 0 | elsif ($$self{'protocol_http'}) { } | 
 
|  | 0 | 0 | elsif ($$self{'protocol_https'}) { } |