Branch Coverage

blib/lib/Telegram/BotKit/Sessions.pm
Criterion Covered Total %
branch 0 8 0.0


line true false branch
23 0 0 if ($chat_id) { }
24 0 0 if (defined $self->{'session'}{$chat_id}) { }
72 0 0 if (grep {$chat_id eq $_;} @active_sess_uids)
83 0 0 if ($self->{'session'}{$chat_id}) { }