| blib/lib/Data/Format/Pretty/YAML.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 7 | 18 | 38.8 |
| line | l | !l | condition |
|---|---|---|---|
| 17 | 1 | 0 | $opts //= {} |
| 20 | 0 | 1 | $$opts{'pretty'} // 1 |
| 23 | 0 | 1 | ($$opts{'linum'} // $ENV{'LINUM'}) // 0 |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 21 | 0 | 0 | 1 | $$opts{'color'} // $ENV{'COLOR'} |
| 0 | 0 | 1 | ($$opts{'color'} // $ENV{'COLOR'}) // $interactive | |
| 1 | 0 | 0 | (($$opts{'color'} // $ENV{'COLOR'}) // $interactive) // $$opts{'pretty'} | |
| 23 | 0 | 0 | 1 | $$opts{'linum'} // $ENV{'LINUM'} |