| blib/lib/YATT/Lite/XHF/Dumper.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 15 | 18 | 83.3 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 66 | 0 | 4 | 5 | @$item and @$item % 2 == 0 |
| 4 | 1 | 4 | @$item and @$item % 2 == 0 and looks_like_hash($item) |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 23 | 7 | 2 | 29 | @_ == 1 or not defined $_[0] |
| 9 | 3 | 26 | @_ == 1 or not defined $_[0] or ref $_[0] | |
| 53 | 3 | 0 | 33 | $str =~ s/\n$// or $str =~ /^\s+|\s+$/s |
| 77 | 1 | 0 | 8 | ref $item->[$i] or not $item->[$i] =~ /^$YATT::Lite::XHF::Dumper::cc_name+$/ |