| blib/lib/Git/CPAN/Patch/Command/Import.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 5 | 15 | 33.3 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 141 | 0 | 0 | 1 | !$self->norepository && $self->metacpan->release($dist) |
| 196 | 0 | 1 | 0 | $self->check and $self->last_imported_version |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 133 | 0 | 1 | 0 | eval { do { $self->metacpan->module($dist_or_module)->data->{'distribution'} } } || $dist_or_module |
| 232 | 1 | 0 | 0 | $self->author_name || $release->author_name || $ENV{'GIT_AUTHOR_NAME'} |
| 233 | 1 | 0 | 0 | $self->author_email || $release->author_email || $ENV{'GIT_AUTHOR_EMAIL'} |