Condition Coverage

blib/lib/Bot/ChatBots/Role/WebHook.pm
Criterion Covered Total %
condition 9 23 39.1


and 3 conditions

line !l l&&!r l&&r condition
90 0 0 3 @_ && ref $_[0]
130 3 0 0 @_ && ref $_[0]

or 2 conditions

line l !l condition
131 3 0 ($args->{'method'} // $self->method) // 'post'

or 3 conditions

line l !l&&r !l&&!r condition
124 1 6 0 $flags{'rendered'} || $c->rendered($self->code)
131 0 3 0 $args->{'method'} // $self->method
132 0 3 0 $args->{'routes'} // $self->app->routes
133 0 3 0 $args->{'path'} // $self->path
134 0 3 0 $args->{'handler'} // $self->handler($args)