Condition Coverage

blib/lib/Device/Chip/Adapter/UART.pm
Criterion Covered Total %
condition 0 9 0.0


and 3 conditions

line !l l&&!r l&&r condition
129 0 0 0 exists $args{$_} and $self->{$_} = delete $args{$_}
178 0 0 0 defined $gpios->{$_} and $set{lc $_} = $gpios->{$_}

or 3 conditions

line l !l&&r !l&&!r condition
204 0 0 0 $self->{'readbuf'} //= do { my $fh = $self->{'termios'}; 'Future::Buffer'->new('fill', sub { 'Future::IO'->sysread($fh, 256); } ) }