Branch Coverage

blib/lib/Plack/Middleware/Curlizer.pm
Criterion Covered Total %
branch 6 8 75.0


line true false branch
17 0 1 unless ($self->callback)
32 2 0 if ($self->callback and ref $self->callback eq 'CODE')
44 1 1 unless ($req->method eq 'GET')
56 1 1 if ($req->method eq 'POST')