Condition Coverage

blib/lib/Net/Async/Slack/RTM.pm
Criterion Covered Total %
condition 0 11 0.0


or 2 conditions

line l !l condition
323 0 0 $self->{'last_id'} //= 0

or 3 conditions

line l !l&&r !l&&!r condition
161 0 0 0 $self->{'events'} //= do { $self->ryu->source }
279 0 0 0 $id // ++$self->{'last_id'}
292 0 0 0 $self->{'ping_timer'} ||= do { $self->add_child(my $timer = "IO::Async::Timer::Countdown"->new("delay", 10, "on_expire", $self->$curry::weak(sub { (shift())->trigger_ping; } ))); $timer }