Condition Coverage

blib/lib/Promise/Tiny.pm
Criterion Covered Total %
condition 4 9 44.4


and 3 conditions

line !l l&&!r l&&r condition
175 57 0 19 &blessed($value) && $value->isa('Promise::Tiny')

or 3 conditions

line l !l&&r !l&&!r condition
38 0 0 86 $self->{'_fulfilled'} or $self->{'_rejected'}
49 0 0 17 $self->{'_fulfilled'} or $self->{'_rejected'}