Condition Coverage

blib/lib/IPC/PubSub/Publisher.pm
Criterion Covered Total %
condition 3 6 50.0


and 3 conditions

line !l l&&!r l&&r condition
43 0 4 0 delete $self->_indice->{$_} and $self->_cache->remove_publisher($_, $self->uuid)

or 3 conditions

line l !l&&r !l&&!r condition
38 2 2 0 $self->_indice->{$_} ||= do { $self->_cache->add_publisher($_, $self->uuid); 1 }