| lib/Kephra/ToolBar.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 0 | 18 | 0.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 25 | 0 | 0 | 0 | defined $bar and $bar |
| 64 | 0 | 0 | 0 | ref $cmd_data and exists $$cmd_data{'call'} |
| 107 | 0 | 0 | 0 | ref $$item_data{'enable'} eq 'CODE' and $respond |
| 116 | 0 | 0 | 0 | ref $$item_data{'state'} eq 'CODE' and $$item_data{'type'} eq 'checkitem' |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 58 | 0 | 0 | 0 | not defined $item{'type'} or $item{'type'} eq 'separator' |
| 93 | 0 | 0 | 0 | not $$item_data{'type'} or $$item_data{'type'} eq 'separator' |