| lib/Dist/Zilla/PluginBundle/Author/GSG.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 13 | 16 | 81.2 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 157 | 3 | 0 | 9 | defined $self->payload->{'github_remote'} and length $self->payload->{'github_remote'} |
| line | l | !l | condition |
|---|---|---|---|
| 35 | 1 | 15 | $self->payload->{'meta_provides'} || 'Package' |
| 197 | 16 | 0 | $direction || '' |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 147 | 1 | 12 | 3 | $self->payload->{'find_github_remote'} //= $self->name eq "\@Author::GSG" |
| 151 | 4 | 0 | 3 | $self->_find_github_remote // croak("Unable to find git remote for GitHub") |
| 5 | 4 | 4 | $self->payload->{'github_remote'} //= $self->_find_github_remote // croak("Unable to find git remote for GitHub") |