blib/lib/DJabberd/Plugin/PrivateStorage.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 0 | 14 | 0.0 |
line | true | false | branch |
---|---|---|---|
21 | 0 | 0 | unless ($iq->isa('DJabberd::IQ')) |
25 | 0 | 0 | if (my $to = $iq->to_jid) |
26 | 0 | 0 | unless ($vh->handles_jid($to)) |
31 | 0 | 0 | if ($iq->signature eq 'get-{jabber:iq:private}query') { } |
0 | 0 | elsif ($iq->signature eq 'set-{jabber:iq:private}query') { } | |
56 | 0 | 0 | if (defined $result and $result) { } |
79 | 0 | 0 | if (not $self->store_privatestorage($user, $element, $content)) { } |