| blib/lib/Devel/Probe.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 19 | 24 | 79.1 |
| line | true | false | branch |
|---|---|---|---|
| 32 | 0 | 8 | unless exists $known_options{$option} |
| 38 | 1 | 7 | if $options{'skip_install'} |
| 41 | 5 | 2 | unless $options{'check_config_file'} |
| 65 | 2 | 1 | unless $path and $path->is_file |
| 67 | 0 | 1 | unless $contents |
| 69 | 0 | 1 | unless $data |
| 72 | 1 | 4 | if ($action->{'action'} eq 'enable') |
| 76 | 1 | 3 | if ($action->{'action'} eq 'disable') |
| 80 | 1 | 2 | if ($action->{'action'} eq 'dump') |
| 84 | 1 | 1 | if ($action->{'action'} eq 'clear') |
| 88 | 1 | 0 | if ($action->{'action'} eq 'define') |
| 90 | 0 | 1 | unless $file |