inc/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') |
17 | 0 | 0 | unless my($git_url) = `git remote show -n $remote` =~ /URL: (.*)$/m |
18 | 0 | 0 | unless $git_url =~ /github\.com/ |
30 | 0 | 0 | unless $self->homepage |
35 | 0 | 0 | if -e '.git' |
40 | 0 | 0 | unless chdir '..' |
42 | 0 | 0 | if $last eq $current |
44 | 0 | 0 | if (-e '.git') |