Condition Coverage

blib/lib/Kaiten/Container.pm
Criterion Covered Total %
condition 12 17 70.5


and 3 conditions

line !l l&&!r l&&r condition
222 1 0 944 defined $$handler_config{'probe'} and (reftype($$handler_config{'probe'}) || '') eq 'CODE'
226 321 0 623 defined $$handler_config{'settings'} && $$handler_config{'settings'}{'reusable'}
228 0 321 623 not $self->CANCEL_REUSE and $reusable
321 611 12 not $self->CANCEL_REUSE and $reusable and defined $self->_cache->{$handler_name}
248 0 23 26 not $self->CANCEL_REUSE and $reusable

or 2 conditions

line l !l condition
222 944 0 reftype($$handler_config{'probe'}) || ''