| blib/lib/Dist/Zilla/Plugin/RPM.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 0 | 16 | 0.0 |
| line | true | false | branch |
|---|---|---|---|
| 61 | 0 | 0 | if ($file->name eq $self->spec_file) |
| 156 | 0 | 0 | unless (-f $archive) |
| 160 | 0 | 0 | if system 'cp', $archive, $self->_sourcedir |
| 163 | 0 | 0 | if ($ENV{'DZIL_PLUGIN_RPM_TEST'}) |
| 171 | 0 | 0 | if ($self->push_packages) |
| 188 | 0 | 0 | unless IPC::Run::run($self->_rpmbuild_command, \$in, \$out, \$err) |
| 191 | 0 | 0 | if ($line =~ /^Wrote: (.*)$/) |
| 223 | 0 | 0 | unless IPC::Run::run($self->_push_command, \$in, \$out, \$err) |