| blib/lib/Syntax/Keyword/Match/Deparse.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 15 | 32 | 46.8 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 55 | 0 | 0 | 0 | $kid and not B::Deparse::null($kid) |
| 57 | 0 | 0 | 0 | $kid and not B::Deparse::null($kid) |
| 93 | 0 | 0 | 0 | $kid->type == 9 && $kid->targ == $topicix |
| 168 | 14 | 0 | 15 | $condop and not B::Deparse::null($condop) |
| 184 | 0 | 1 | 12 | not B::Deparse::null($condlhs) and $condlhs->type == 9 |
| 1 | 0 | 12 | not B::Deparse::null($condlhs) and $condlhs->type == 9 and $condlhs->targ == $topicix | |
| 185 | 1 | 1 | 0 | $cmpop and $cmpop->type != $cond1->type |
| 199 | 6 | 6 | 0 | $cmpop and $cmpop->type != $cond1->type |
| line | l | !l | condition |
|---|---|---|---|
| 78 | 7 | 0 | $operator_for_name{$opname} // die("TODO: operator name of $opname") |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 187 | 1 | 1 | 0 | $cmpop //= $cond1 |
| 201 | 6 | 6 | 0 | $cmpop //= $cond1 |