Condition Coverage

blib/lib/Promises/Channel.pm
Criterion Covered Total %
condition 8 12 66.6


and 3 conditions

line !l l&&!r l&&r condition
51 0 11 9 $self->has_limit && $self->size == $self->limit
59 0 0 1 $self->size == 0 && !@{$self->backlog;}
106 14 9 10 @{$self->backlog;} and not $self->is_full
116 13 0 10 @{$self->inbox;} and @{$self->outbox;}