Condition Coverage

blib/lib/Protocol/WebSocket/Handshake/Server.pm
Criterion Covered Total %
condition 9 9 100.0


and 3 conditions

line !l l&&!r l&&r condition
42 42 3 1 $self->is_done and $req->version eq 'draft-ietf-hybi-10'

or 3 conditions

line l !l&&r !l&&!r condition
33 1 7 42 $req->is_body or $req->is_done
42 1 3 42 $self->is_done and $req->version eq 'draft-ietf-hybi-10' or $req->version eq 'draft-ietf-hybi-17'