| lib/WordPress/XMLRPC.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 0 | 37 | 0.0 |
| line | l | !l | condition |
|---|---|---|---|
| 124 | 0 | 0 | Carp::cluck("not on disk: $abs_path") and return |
| 685 | 0 | 0 | $self->errstr("Category id $id not found.") and return |
| 0 | 0 | @cat and scalar @cat |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 113 | 0 | 0 | 0 | $$self{'errstr'} and $WordPress::XMLRPC::DEBUG |
| 318 | 0 | 0 | 0 | defined $content and ref $content |
| 0 | 0 | 0 | defined $content and ref $content and ref $content eq 'HASH' | |
| 325 | 0 | 0 | 0 | defined $content and ref $content |
| 0 | 0 | 0 | defined $content and ref $content and ref $content eq 'HASH' | |
| 338 | 0 | 0 | 0 | defined $page_id and $page_id =~ /^\d+$/ |
| 428 | 0 | 0 | 0 | ref $category and ref $category eq 'HASH' |
| 1221 | 0 | 0 | 0 | $_[0] && ref $_[0] && ref $_[0] eq 'HASH' |
| line | l | !l | condition |
|---|---|---|---|
| 11 | 0 | 0 | $self ||= {} |
| 56 | 0 | 0 | $$self{'blog_id'} ||= 1 |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 76 | 0 | 0 | 0 | $$self{'server'} ||= 'XMLRPC::Lite'->proxy($self->proxy) |