lib/Catalyst/TraitFor/Request/REST.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 11 | 15 | 73.3 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
109 | 14 | 0 | 33 | $self->content_type and $self->content_type_allowed |
116 | 11 | 32 | 4 | $self->method eq 'GET' and $self->param('content-type') |
43 | 0 | 4 | $self->method eq 'GET' and $self->param('content-type') and $self->accept_allowed | |
126 | 27 | 0 | 20 | $self->header('Accept') and $self->accept_allowed |
139 | 30 | 0 | 34 | defined $pair->[2] and lc $pair->[2] eq 'q' |