Condition Coverage

blib/lib/Mojo/SlackRTM.pm
Criterion Covered Total %
condition 0 12 0.0


and 3 conditions

line !l l&&!r l&&r condition
138 0 0 0 $type eq 'message' and defined(my $reply_to = $event->{'reply_to'})
194 0 0 0 @_ and ref $_[-1] eq 'CODE'

or 2 conditions

line l !l condition
70 0 0 $self->{'_id'} //= 0
200 0 0 $param ||= {}
206 0 0 $cb ||= sub { my($slack, $tx) = @_; if (my $error = &$TX_ERROR($tx)) { $slack->log->warn("${method}: $error"); } ; }