blib/lib/WWW/LogicBoxes/Role/Command/Customer.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 0 | 18 | 0.0 |
line | true | false | branch |
---|---|---|---|
29 | 0 | 0 | if ($args{'customer'}->has_id) |
67 | 0 | 0 | $args{'customer'}->has_address2 ? : |
0 | 0 | $args{'customer'}->has_address3 ? : | |
0 | 0 | $args{'customer'}->has_state ? : | |
0 | 0 | $args{'customer'}->has_fax_number ? : | |
0 | 0 | $args{'customer'}->has_alt_phone_number ? : | |
0 | 0 | $args{'customer'}->has_mobile_phone_number ? : | |
89 | 0 | 0 | if ($_ =~ /^Invalid customer-id/) |
112 | 0 | 0 | if ($_ =~ /Customer [^\s]* not found/) |