blib/lib/Term/ANSIScreen.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 10 | 15 | 66.6 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
108 | 1 | 0 | 0 | $^O eq 'MSWin32' and eval { do { require Win32::Console } } |
162 | 0 | 0 | 9 | defined(my $attr = $Term::ANSIScreen::attributes{lc $sub}) and $sub =~ /^[A-Z_]+$/ |
173 | 5 | 0 | 3 | $Term::ANSIScreen::AUTORESET and @_ |
5 | 1 | 2 | $Term::ANSIScreen::AUTORESET and @_ and not $out =~ /\e\[0m$/s | |
235 | 3 | 6 | 5 | $_ && $_ ne $Term::ANSIScreen::EACHLINE |