| blib/lib/Data/Checker.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 25 | 33 | 75.7 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 48 | 0 | 0 | 0 | defined $n and $n =~ /^\d+$/ |
| 108 | 22 | 0 | 88 | $mod ne 'main' and $mod ne $caller |
| 22 | 41 | 47 | $mod ne 'main' and $mod ne $caller and not &is_loaded($mod) | |
| 178 | 0 | 24 | 33 | defined $err and @$err |
| 184 | 0 | 53 | 4 | defined $warn and @$warn |
| 187 | 0 | 53 | 4 | defined $info and @$info |
| 214 | 94 | 0 | 147 | defined $label and exists $$check_opts{$label} |
| 94 | 122 | 25 | defined $label and exists $$check_opts{$label} and exists $$check_opts{$label}{$opt} | |
| 277 | 57 | 6 | 6 | $negate and $value |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 264 | 35 | 57 | 30 | not $label or $self->check_performed($check_opts, $label) |
| 277 | 12 | 57 | 23 | $negate || $value |