| line | % | coverage | condition |
| 164 | 0 | | $sig and exists $$sig{'params'} |
| 168 | 0 | | $$s{'class'} and 'OpenSRF::Utils::JSON'->lookup_hint(ref $a) ne $$s{'class'} |
| 171 | 0 | | lc $$s{'type'} eq 'array' and not $a =~ /ARRAY/o |
| 0 | | lc $$s{'type'} eq 'number' and ref $a || !($a =~ /^-?\d+(?:\.\d+)?$/o) |
| 0 | | lc $$s{'type'} eq 'string' and ref $a |
| 0 | | lc $$s{'type'} eq 'object' and not $a =~ /HASH/o |
| 316 | 0 | | shift @_ || 1 |
| 358 | 25 | | $d or $p or $r |
| 381 | 33 | | ref $self || $self |
| 388 | 100 | | $args{'stream'} ||= 0 |
| 389 | 50 | | $args{'remote'} ||= 0 |
| 390 | 100 | | $args{'argc'} ||= 0 |
| 391 | 50 | | $args{'package'} ||= $app |
| 393 | 50 | | $args{'api_name'} ||= $args{'server_class'} . '.' . $args{'method'} |
| 397 | 67 | | $args{'notes'} and not ref $args{'notes'} |
| 477 | 0 | | exists $_METHODS[$$method{'api_level'}] and exists $_METHODS[$$method{'api_level'}]{$$method{'api_name'}} |
| 499 | 0 | | shift @_ || 0 |
| 500 | 0 | | shift @_ || 0 |
| 505 | 0 | | ref $self || $self |
| 524 | 0 | | $no_remote and $$meth{'remote'} |
| 581 | 0 | | ref $req and UNIVERSAL::isa($req, 'OpenSRF::AppSubrequest') |
| 638 | 0 | | not $offset or $offset <= $seen |
| 642 | 0 | | not $limit or $returned < $limit |
| 648 | 0 | | not $limit or $returned < $limit |