line |
!l |
l&&!r |
l&&r |
condition |
226
|
3 |
0 |
0 |
@args == 1 and reftype($args[0]) eq 'HASH' |
236
|
1 |
0 |
116 |
blessed($_[0]) and $_[0]->isa('HTML::FromANSI') |
320
|
0 |
0 |
4 |
$row_num == $total_rows and $total_rows != ($$self{'rows'} || 0) |
|
0 |
4 |
0 |
$row_num == $total_rows and $total_rows != ($$self{'rows'} || 0) and $row =~ /^[\s\x00]*$/s |
|
4 |
0 |
0 |
$row_num == $total_rows and $total_rows != ($$self{'rows'} || 0) and $row =~ /^[\s\x00]*$/s and not $$self{'show_cursor'} |
332
|
0 |
108 |
4 |
$y == $row_num and $x == $col_num + 1 |
|
108 |
0 |
4 |
$y == $row_num and $x == $col_num + 1 and $$self{'show_cursor'} |
365
|
4 |
4 |
104 |
%{$prev;} and not scalar grep({$$_[0] ne $$_[1];} map({[$$prev{$_}, $$this{$_}];} keys %{$this;})) |