blib/lib/App/Colorist/Colorizer.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 12 | 18 | 66.6 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
388 | 1 | 1 | 13 | defined $buffer and $buffer =~ /\n/ |
412 | 1 | 2 | 0 | $eof != 0 and not $line =~ /\n/ |
500 | 12 | 11 | 0 | $$a[1] eq 'Y' and $$b[1] eq 'Y' ? $$b[2] <=> $$a[2] : $$a[2] <=> $$b[2] |
line | l | !l | condition |
---|---|---|---|
125 | 0 | 1 | $ENV{'COLORIST_CONFIG'} || '' |
501 | 160 | 0 | $-[$_] // 0 |
505 | 160 | 0 | $+[$_] // 0 |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
412 | 3 | 0 | 3 | not defined $eof or $eof != 0 and not $line =~ /\n/ |