| blib/lib/YAML/Tidy/Config.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 14 | 14 | 100.0 |
| line | l | !l | condition |
|---|---|---|---|
| 64 | 35 | 1 | delete $cfg->{'indentation'} || {} |
| 66 | 35 | 1 | $indent->{'spaces'} //= 2 |
| 67 | 19 | 17 | $indent->{'block-sequence-in-mapping'} //= 0 |
| 68 | 34 | 2 | $cfg->{'trailing-spaces'} || '' |
| 97 | 21 | 14 | delete $cfg->{'header'} // "keep" |
| 8 | 27 | delete $cfg->{'footer'} // "keep" | |
| 13 | 22 | delete $cfg->{'adjacency'} // "keep" |