blib/lib/Bootylicious/Plugin/Pingback.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 12 | 19 | 63.1 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
24 | 0 | 2 | 4 | $c->res->code and $c->res->code == 200 |
38 | 5 | 0 | 7 | $source_uri and $target_uri |
57 | 0 | 1 | 4 | $tx->res->code and $tx->res->code == 200 |
76 | 1 | 0 | 11 | $self->req->method eq 'POST' and $self->req->body |
89 | 0 | 1 | 8 | $source_uri and $target_uri |
line | l | !l | condition |
---|---|---|---|
13 | 1 | 0 | $conf ||= {} |
106 | 0 | 1 | $message ||= 'Success' |