Condition Coverage

blib/lib/Device/Chip/Adapter/UART.pm
Criterion Covered Total %
condition 1 9 11.1


and 3 conditions

line !l l&&!r l&&r condition
137 0 0 0 exists $args{$_} and $_config{$_} = delete $args{$_}
182 0 0 0 defined $gpios->{$_} and $set{lc $_} = $gpios->{$_}

or 3 conditions

line l !l&&r !l&&!r condition
205 0 1 0 $_readbuf //= do { my $fh = $_fh; "Future::Buffer"->new("fill", sub { "Future::IO"->sysread($fh, 256); } ) }