blib/lib/OAuth/Lite2/Signer.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 3 | 6 | 50.0 |
line | true | false | branch |
---|---|---|---|
91 | 0 | 2 | unless $uri->scheme eq 'http' or $uri->scheme eq 'https' |
108 | 0 | 2 | unless my $algorithm = 'OAuth::Lite2::Signer::Algorithms'->get_algorithm(lc $args{'algorithm'}) |
251 | 0 | 2 | unless my $algorithm = 'OAuth::Lite2::Signer::Algorithms'->get_algorithm($args{'algorithm'}) |