blib/lib/Array/PrintCols/EastAsian.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 13 | 15 | 86.6 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
51 | 17 | 3 | 2 | exists $$args{'column'} and $$args{'column'} <= 0 |
52 | 13 | 5 | 2 | exists $$args{'width'} and $$args{'width'} <= 0 |
125 | 2 | 0 | 0 | $terminal_width =~ /^\d+$/ and $terminal_width != 0 |
line | l | !l | condition |
---|---|---|---|
115 | 1 | 1 | $$options{'gap'} // 1 |
116 | 1 | 1 | $$options{'align'} // 'left' |
117 | 1 | 1 | $$options{'encode'} // 'utf-8' |