blib/lib/Proch/Cmd.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 11 | 27 | 40.7 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
96 | 1 | 1 | 0 | $self->{'die_on_error'} and $output->{'errors'} |
122 | 1 | 1 | 0 | $self->{'die_on_error'} and $output->{'errors'} |
140 | 0 | 2 | 0 | not $self->{'no_cache'} and defined $cache |
144 | 2 | 0 | 0 | defined $self->{'save_stderr'} and $self->{'save_stderr'} ne '1' |
160 | 1 | 1 | 0 | $self->{'die_on_error'} and $output->{'exit_code'} |
163 | 2 | 0 | 0 | defined $self->{'save_stderr'} and $self->{'save_stderr'} ne '1' |
171 | 1 | 1 | 0 | $self->{'die_on_error'} and not $output->{'success'} |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
188 | 0 | 0 | 0 | "$file" || confess("Unable to read file <$file> to calculate it's MD5 checksum.") |
242 | 0 | 0 | 0 | $self->{'verbose'} > 0 or $self->{'debug'} > 0 |