| blib/lib/Module/Install/GithubMeta.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 0 | 20 | 0.0 |
| line | true | false | branch |
|---|---|---|---|
| 13 | 0 | 0 | unless $Module::Install::AUTHOR |
| 14 | 0 | 0 | unless _under_git() |
| 15 | 0 | 0 | unless $self->can_run('git') |
| 19 | 0 | 0 | unless my($git_url) = `git remote show -n $remote` =~ /URL: (.*)$/m |
| 20 | 0 | 0 | unless $git_url =~ /github\.com/ |
| 26 | 0 | 0 | unless $self->homepage |
| 31 | 0 | 0 | if -e '.git' |
| 36 | 0 | 0 | unless chdir '..' |
| 38 | 0 | 0 | if $last eq $current |
| 40 | 0 | 0 | if (-e '.git') |