| blib/lib/Mojo/Webqq/Message/Base.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 0 | 27 | 0.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 14 | 0 | 0 | 0 | $_ eq 'member' and ref $self->{$_} eq 'ARRAY' |
| 140 | 0 | 0 | 0 | $json->{'errCode'} == 0 and exists $json->{'msg'} |
| 0 | 0 | 0 | $json->{'errCode'} == 0 and exists $json->{'msg'} and $json->{'msg'} eq 'send ok' | |
| 0 | 0 | 0 | exists $json->{'errMsg'} and $json->{'errMsg'} eq 'ERROR' | |
| 151 | 0 | 0 | 0 | ref $self->client->ignore_send_retcode eq 'ARRAY' and &first(sub { $json->{'retcode'} == $_; } , @{$self->client->ignore_send_retcode;}) |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 37 | 0 | 0 | 0 | shift() || $self->receiver |
| 42 | 0 | 0 | 0 | shift() || $self->group->me |
| 46 | 0 | 0 | 0 | shift() || $self->discuss->me |
| 50 | 0 | 0 | 0 | shift() || $self->receiver |