blib/lib/Footprintless/Plugin/Atlassian/Confluence/Client.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 5 | 15 | 33.3 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
84 | 0 | 0 | 0 | ref $@ eq 'HASH' and $@->{'code'} |
112 | 0 | 0 | 0 | $next->{'success'} and $next->{'content'}{'_links'}{'next'} |
line | l | !l | condition |
---|---|---|---|
29 | 1 | 1 | $options{'request_builder_module'} || 'Footprintless::Plugin::Atlassian::Confluence::RequestBuilder' |
35 | 0 | 2 | $options{'response_parser_module'} || 'Footprintless::Plugin::Atlassian::Confluence::ResponseParser' |
141 | 0 | 2 | $web->{'context_path'} || '' |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
26 | 0 | 2 | 0 | $options{'agent'} || $self->{'factory'}->agent |