Condition Coverage

blib/lib/Devel/MAT/Tool/Future.pm
Criterion Covered Total %
condition 11 15 73.3


and 3 conditions

line !l l&&!r l&&r condition
225 18 0 6 $tmp = $sv->value("cancelled") and $tmp->uv
0 6 6 $tmp = $sv->value("ready") and $tmp->uv
347 12 4 0 $opts{$_} and ++$only{$_}
356 0 4 12 %only and not $only{$state}

or 3 conditions

line l !l&&r !l&&!r condition
167 275 1 636 $self->{'classes'}{$pkg->stashname} //= $self->_class_is_future($pkg)