blib/lib/Biblio/ILL/ISO/SendToListType.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 7 | 24 | 29.1 |
line | true | false | branch |
---|---|---|---|
84 | 6 | 0 | if (@_) |
87 | 0 | 6 | unless $refSystemId |
88 | 0 | 6 | unless ref $refSystemId eq 'Biblio::ILL::ISO::SystemId' |
91 | 3 | 3 | if $refAccountNumber |
92 | 3 | 3 | if $refSystemAddress |
116 | 0 | 0 | unless $refSystemId |
117 | 0 | 0 | unless ref $refSystemId eq 'Biblio::ILL::ISO::SystemId' |
120 | 0 | 0 | if $refAccountNumber |
121 | 0 | 0 | if $refSystemAddress |
143 | 0 | 0 | if ($k =~ /^system-id$/) { } |
0 | 0 | elsif ($k =~ /^account-number$/) { } | |
0 | 0 | elsif ($k =~ /^system-address$/) { } |