| blib/lib/IO/Iron/Applications/IronCache/Functionality.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 0 | 21 | 0.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 306 | 0 | 0 | 0 | not $cache and $params{'item_info'}{'create_cache'} |
| 401 | 0 | 0 | 0 | not $cache and $params{'item_info'}{'create_cache'} |
| 718 | 0 | 0 | 0 | blessed $_ and $_->can('rethrow') |
| 755 | 0 | 0 | 0 | blessed $_ and $_->can('rethrow') |
| 809 | 0 | 0 | 0 | blessed $_ and $_->can('rethrow') |
| 811 | 0 | 0 | 0 | $_->status_code == 400 and $_->response_message eq 'Cannot increment or decrement non-numeric value' |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 789 | 0 | 0 | 0 | $params{'operation'} eq 'put' && $params{'item'} && !$params{'increment'} || $params{'operation'} eq 'increment' && $params{'increment'} && !$params{'item'} || $params{'operation'} eq 'delete' && !$params{'item'} && !$params{'increment'} |