| lib/Test/Pod/Links.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 14 | 15 | 93.3 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 279 | 2 | 1 | 53 | &Scalar::Util::blessed($ua) and $ua->can('head') |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 110 | 14 | 38 | 0 | $args{'ua'} || 'HTTP::Tiny'->new |
| 158 | 2 | 1 | 13 | @_ != 2 or not defined $file |
| 244 | 2 | 1 | 139 | @_ != 2 or ref $node_ref ne ref [] |
| 3 | 1 | 138 | @_ != 2 or ref $node_ref ne ref [] or scalar @{$node_ref;} < 2 |