Condition Coverage

blib/lib/Devel/Chitin/OpTree/LOGOP.pm
Criterion Covered Total %
condition 14 21 66.6


and 3 conditions

line !l l&&!r l&&r condition
106 1 0 0 $self->first->is_null and $self->first->_ex_name eq 'pp_not'
171 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'

or 3 conditions

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 '@'
171 3 1 0 $false->first->op->name eq 'cond_expr' || $false->first->op->name eq 'and'