Branch Coverage

blib/lib/Net/Easypost.pm
Criterion Covered Total %
branch 8 10 80.0


line true false branch
29 5 3 if (ref $params eq 'HASH') { }
2 1 elsif (ref $params eq 'Net::Easypost::Address') { }
45 3 1 if (scalar @_ == 1) { }
46 0 3 if (ref $_[0] ne 'HASH') { }
68 0 2 unless $shipment or ref $shipment ne 'Net::Easypost::Shipment'