Condition Coverage

lib/Mojo/IOLoop/ReadWriteProcess/Queue.pm
Criterion Covered Total %
condition 4 6 66.6


and 3 conditions

line !l l&&!r l&&r condition
18 8 0 32 $self->queue->first and $self->pool->add($self->queue->first)

or 3 conditions

line l !l&&r !l&&!r condition
49 8 32 0 $self->pool->add(@_) // $self->queue->add(@_)