| blib/lib/Protocol/Matrix.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 3 | 6 | 50.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 234 | 0 | 1 | 0 | exists $old_content->{$_} and $new_content->{$_} = $old_content->{$_} |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 229 | 27 | 2 | 0 | $ALLOWED_KEYS{$_} or delete $event->{$_} |