blib/lib/API/Client.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 20 | 0.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
58 | 0 | 0 | 0 | &Scalar::Util::blessed($self) and $self->isa('API::Client') |
68 | 0 | 0 | 0 | defined $param and $casing eq 'lowercase' |
0 | 0 | 0 | defined $param and $casing eq 'snakecase' | |
0 | 0 | 0 | defined $param and $casing eq 'camelcase' | |
0 | 0 | 0 | defined $param and $casing eq 'pascalcase' | |
0 | 0 | 0 | defined $param and $casing eq 'uppercase' |
line | l | !l | condition |
---|---|---|---|
131 | 0 | 0 | $method || 'get' |