Branch Coverage

blib/lib/Mojo/Webqq/Model/Remote/_get_group_info.pm
Criterion Covered Total %
branch 0 22 0.0


line true false branch
19 0 0 ref $callback eq 'CODE' ? :
22 0 0 unless defined $json
23 0 0 exists $json->{'result'}{'ginfo'} ? :
24 0 0 ref $json->{'result'}{'minfo'} eq 'ARRAY' ? :
26 0 0 unless exists $json->{'result'}{'ginfo'}
44 0 0 if (exists $json->{'result'}{'minfo'} and ref $json->{'result'}{'minfo'} eq 'ARRAY')
46 0 0 if (ref $json->{'result'}{'cards'} eq 'ARRAY' and @{$json->{'result'}{'cards'};} != 0)
57 0 0 unless ($self->group_member_card_ext_only)
58 0 0 if exists $cards{$m->{'uin'}}
62 0 0 if (exists $state{$m->{'uin'}}) { }
78 0 0 if ($is_blocking) { }