Branch Coverage

blib/lib/Furl/HTTP/OAuth.pm
Criterion Covered Total %
branch 6 48 12.5


line true false branch
123 0 1 if (@_)
124 0 0 if (@_ == 1 and ref $_[0] eq 'HASH') { }
190 0 0 if ($url) { }
201 0 0 unless ($signature)
202 0 0 if (uc $signature_method eq 'PLAINTEXT') { }
316 5 0 $port && ($port == 443 || $port == 80) ? :
327 0 0 if ($content and $c_reftype and not _is_real_fh($content) and $c_reftype eq 'HASH' || $c_reftype eq 'ARRAY')
329 0 0 $c_reftype eq 'HASH' ? :
338 0 5 if (exists $params{$k}) { }
357 0 30 if @vals > 1
396 0 0 unless my $reftype = &Scalar::Util::reftype($fh)
397 0 0 if ($reftype eq 'IO' or $reftype eq 'GLOB' and *{$fh;}{'IO'}) { }
400 0 0 unless defined $m_fileno
401 0 0 unless $m_fileno >= 0
403 0 0 unless defined $f_fileno
404 0 0 unless $f_fileno >= 0
414 0 0 @_ == 2 ? :
419 0 0 @_ == 2 ? :
424 0 0 @_ == 2 ? :
429 0 0 @_ == 2 ? :
434 0 0 @_ == 2 ? :
439 0 1 @_ == 2 ? :
444 0 1 @_ == 2 ? :
449 0 0 @_ == 2 ? :