Condition Coverage

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


and 3 conditions

line !l l&&!r l&&r condition
140 0 0 0 $type eq 'message' and defined(my $reply_to = $event->{'reply_to'})
196 0 0 0 @_ and ref $_[-1] eq 'CODE'
212 0 0 0 ref $param->{$key} and not &Scalar::Util::blessed($param->{$key})

or 2 conditions

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