blib/lib/Mojo/Weixin/Model.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 27 | 0.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
43 | 0 | 0 | 0 | ref $friends eq 'ARRAY' and @$friends > 0 |
61 | 0 | 0 | 0 | ref $init_groups eq 'ARRAY' and @$init_groups > 0 |
66 | 0 | 0 | 0 | ref $contact_groups eq 'ARRAY' and @$contact_groups > 0 |
240 | 0 | 0 | 0 | ref $object ne 'Mojo::Weixin::Friend' and ref $object ne 'Mojo::Weixin::Group::Member' |
262 | 0 | 0 | 0 | ref $object ne 'Mojo::Weixin::Group' and ref $object ne 'Mojo::Weixin::Friend' |
line | l | !l | condition |
---|---|---|---|
207 | 0 | 0 | $h{$c} || '' |
266 | 0 | 0 | $op // 1 |
371 | 0 | 0 | shift() || '' |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
114 | 0 | 0 | 0 | $_[1] // $self->is_update_group_member |
299 | 0 | 0 | 0 | $self->_webwxbatchgetcontact_group($group_info->{'id'}) // $group_info |