Condition Coverage

blib/lib/Bot/ChatBots/Utils.pm
Criterion Covered Total %
condition 2 15 13.3


and 3 conditions

line !l l&&!r l&&r condition
16 0 0 0 @_ == 1 and ref $_[0] eq 'CODE'
22 0 0 0 @_ and ref $_[0] eq 'HASH'
23 0 0 0 @_ and ref $_[-1] eq 'HASH'

or 2 conditions

line l !l condition
24 0 0 $opts{'prefix'} //= 'Bot::ChatBots'
26 0 0 $opts{'tap'} //= sub { ($_[0]->())[0]; }
33 17 8 $prefix //= 'Bot::ChatBots'