Branch Coverage

blib/lib/Farly/Transport/Port.pm
Criterion Covered Total %
branch 5 6 83.3


line true false branch
15 0 335 unless defined $port
19 1 334 unless $port =~ /^\d+$/
22 1 333 unless $port > 0 and $port <= 65535