blib/lib/Devel/Chitin/OpTree/LOGOP.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 14 | 21 | 66.6 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
105 | 1 | 0 | 0 | $self->first->is_null and $self->first->_ex_name eq 'pp_not' |
159 | 1 | 4 | 2 | $true->is_scopelike and $false->is_scopelike |
1 | 0 | 4 | $true->is_scopelike and $false->is_null | |
1 | 4 | 0 | $true->is_scopelike and $false->is_null and $false->first->op->name eq 'cond_expr' || $false->first->op->name eq 'and' |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
21 | 1 | 0 | 6 | $rx_op_name eq 'regcmaybe' or $rx_op_name eq 'regcreset' |
67 | 2 | 0 | 2 | @map_params > 1 || substr($map_params[0], 0, 1) ne '@' |
159 | 3 | 1 | 0 | $false->first->op->name eq 'cond_expr' || $false->first->op->name eq 'and' |