Branch Coverage

blib/lib/AnyEvent/ReverseHTTP.pm
Criterion Covered Total %
branch 0 20 0.0


line true false branch
58 0 0 @_ >= 3 ? :
0 0 @_ == 2 ? :
0 0 @_ == 1 ? :
71 0 0 if $self->token
78 0 0 if ($$hdr{'Status'} eq '201' or $$hdr{'Status'} eq '204') { }
88 0 0 if ($$hdr{'Status'} eq '200')
97 0 0 unless (&Scalar::Util::blessed($res) and $res->can('as_string'))
108 0 0 if $res->content_type eq 'text/plain'
114 0 0 if ($$hdr{'Status'} ne '202')
121 0 0 if (&Scalar::Util::blessed($res) and $res->isa('AnyEvent::CondVar')) { }