blib/lib/Proch/Cmd.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 7 | 27 | 25.9 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
96 | 0 | 1 | 0 | $self->{'die_on_error'} and $output->{'errors'} |
121 | 0 | 1 | 0 | $self->{'die_on_error'} and $output->{'errors'} |
139 | 0 | 1 | 0 | not $self->{'no_cache'} and defined $cache |
144 | 1 | 0 | 0 | defined $self->{'save_stderr'} and $self->{'save_stderr'} ne '1' |
160 | 0 | 1 | 0 | $self->{'die_on_error'} and $output->{'exit_code'} |
163 | 1 | 0 | 0 | defined $self->{'save_stderr'} and $self->{'save_stderr'} ne '1' |
171 | 0 | 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 |