| blib/lib/Check/Term/Color.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 9 | 12 | 75.0 |
| line | true | false | branch |
|---|---|---|---|
| 19 | 1 | 6 | if (exists $env_hr->{'NO_COLOR'}) { } |
| 5 | 1 | elsif (defined $env_hr->{'COLOR'}) { } | |
| 22 | 2 | 3 | if ($env_hr->{'COLOR'} eq 'always' or $env_hr->{'COLOR'} eq 'yes') { } |
| 2 | 1 | elsif ($env_hr->{'COLOR'} eq 'never' or $env_hr->{'COLOR'} eq 'no') { } | |
| 0 | 1 | elsif ($env_hr->{'COLOR'} eq 'auto') { } | |
| 31 | 0 | 0 | if (-t STDOUT) { } |