blib/lib/HTTP/MobileAgent/Request.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 8 | 8 | 100.0 |
line | true | false | branch |
---|---|---|---|
7 | 550 | 55 | if (not defined $stuff) { } |
1 | 54 | elsif (ref $stuff eq 'HASH') { } | |
1 | 53 | elsif (UNIVERSAL::isa($stuff, 'Apache')) { } | |
8 | 45 | elsif (&Scalar::Util::blessed($stuff) and $stuff->isa('HTTP::Headers')) { } |