Condition Coverage

blib/lib/Devel/MAT/Tool/Future.pm
Criterion Covered Total %
condition 12 18 66.6


and 3 conditions

line !l l&&!r l&&r condition
237 0 28 0 $sv->{'tool_future'} && $sv->{'tool_future'}[0]
287 18 0 6 $tmp = $sv->value("cancelled") and $tmp->uv
0 6 6 $tmp = $sv->value("ready") and $tmp->uv
430 12 4 0 $opts{$_} and ++$only{$_}
439 0 4 12 %only and not $only{$state}

or 3 conditions

line l !l&&r !l&&!r condition
191 385 1 816 $self->{'classes'}{$pkg->stashname} //= $self->_class_is_future($pkg)