| blib/lib/Term/ANSIColor/Concise/Transform.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 26 | 36 | 72.2 |
| line | true | false | branch |
|---|---|---|---|
| 25 | 5 | 17 | if ($mark->{'-'}) { } |
| 11 | 6 | elsif ($mark->{'+'}) { } | |
| 5 | 1 | elsif ($mark->{'='}) { } | |
| 1 | 0 | elsif ($mark->{'*'}) { } | |
| 0 | 0 | elsif ($mark->{'%'}) { } | |
| 43 | 12 | 20 | if ($com->{'l'}) { } |
| 5 | 15 | elsif ($com->{'y'}) { } | |
| 5 | 10 | elsif ($com->{'s'}) { } | |
| 0 | 10 | elsif ($com->{'i'}) { } | |
| 0 | 10 | elsif ($com->{'g'}) { } | |
| 0 | 10 | elsif ($com->{'G'}) { } | |
| 3 | 7 | elsif ($com->{'r'} and $color->can('lch')) { } | |
| 6 | 1 | elsif ($com->{'h'} or $com->{'c'} or $com->{'r'}) { } | |
| 73 | 0 | 3 | $com->{'c'} ? : |
| 74 | 0 | 3 | if $mark->{'-'} |
| 81 | 0 | 6 | $com->{'c'} ? : |
| 82 | 1 | 5 | if $mark->{'-'} |
| 84 | 0 | 6 | $com->{'r'} ? : |