| blib/lib/POE/Component/MessageQueue/Storage/FileSystem.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 3 | 11 | 27.2 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 440 | 0 | 0 | 2344 | $op eq 'read' and $errnum == 0 |
| line | l | !l | condition |
|---|---|---|---|
| 359 | 690 | 0 | 'IO::File'->new(">$fn") || die("Unable to save message in ${fn}: $!") |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 230 | 0 | 0 | 0 | $info->{'write_wheel'} || $info->{'read_wheel'} |
| 251 | 119 | 0 | 0 | $fn || $self->log('error', "Unable to remove ${fn}: $!") |