Branch Coverage

blib/lib/Armadito/Agent/HTTP/Client/ArmaditoAV.pm
Criterion Covered Total %
branch 0 28 0.0


line true false branch
38 0 0 ref $params{'url'} eq 'URI' ? :
48 0 0 if $self->{'logger'}
55 0 0 if $params{'method'} eq 'POST'
56 0 0 if defined $self->{'token'}
63 0 0 if ($params{'message'} and $params{'method'} eq 'POST')
77 0 0 if (defined $obj->{'token'}) { }
94 0 0 if not $response->is_success or !$response->content =~ /^\s*\{/ms
107 0 0 unless $response->is_success
123 0 0 if (defined $event->{'event_type'})
124 0 0 if $self->_handleEvent($event)
137 0 0 if not $response->is_success or !$response->content =~ /^\s*\{/ms
150 0 0 if not $response->is_success or !$response->content =~ /^\s*\{/ms
158 0 0 if ($event eq $_)
168 0 0 unless ($self->_isEventSupported($event_jobj->{'event_type'}))