| blib/lib/String/Tagged/Terminal/Win32Console.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| branch | 13 | 30 | 43.3 | 
| line | true | false | branch | 
|---|---|---|---|
| 58 | 0 | 3 | $opts{'no_color'} ? : | 
| 62 | 0 | 3 | if ($fileno < 0) { } | 
| 84 | 1 | 17 | if $tags{$tag} | 
| 96 | 1 | 17 | if (defined $tags{$tag}) { } | 
| 106 | 1 | 8 | if $tags{'bold'} | 
| 122 | 0 | 1 | if ($idx >= 16) { } | 
| 130 | 0 | 0 | if $red > 0.5 | 
| 131 | 0 | 0 | if $green > 0.5 | 
| 132 | 0 | 0 | if $blue > 0.5 | 
| 133 | 0 | 0 | if $max > 0.75 | 
| 134 | 0 | 0 | if $attr == 0 and $red == $green and $red == $blue and $max > 0.25 | 
| 139 | 1 | 0 | if $idx & 1 | 
| 140 | 0 | 1 | if $idx & 2 | 
| 141 | 0 | 1 | if $idx & 4 | 
| 142 | 0 | 1 | if $idx & 8 |