Branch Coverage

blib/lib/AnyEvent/SerialPort.pm
Criterion Covered Total %
branch 7 8 87.5


line true false branch
25 1 3 unless exists $p{'serial_port'}
31 1 2 if (ref $dev)
37 0 3 unless my $s = tie(*$fh, 'Device::SerialPort', $dev)
51 1 2 unless sysopen $fh, $dev, 2306