| blib/lib/Mojolicious/Plugin/Config/Structured/Command/config_dump.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 9 | 17 | 52.9 |
| line | l | !l | condition |
|---|---|---|---|
| 102 | 0 | 3 | say stringify_value($conf->$name($allow_sensitive)) and return |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 98 | 7 | 0 | 0 | defined $max_depth && $depth >= $max_depth |
| 123 | 8 | 0 | 0 | defined $max_depth && $depth >= $max_depth |
| 126 | 4 | 0 | 0 | defined $max_depth and $max_depth < $depth |
| line | l | !l | condition |
|---|---|---|---|
| 97 | 2 | 5 | $depth //= 0 |
| 106 | 4 | 0 | &max(map({length $_;} @{$conf->get_node->{"leaves"}}, @{$conf->get_node->{"branches"}})) // 0 |
| 122 | 6 | 2 | $depth //= 0 |