blib/lib/Biblio/ILL/ISO/StateTransitionProhibited.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 5 | 22 | 22.7 |
line | true | false | branch |
---|---|---|---|
73 | 1 | 0 | if (@_) |
76 | 0 | 1 | unless $itype |
77 | 0 | 1 | unless ref $itype eq 'Biblio::ILL::ISO::ILLAPDUtype' |
78 | 0 | 1 | unless $cs |
79 | 0 | 1 | unless ref $cs eq 'Biblio::ILL::ISO::CurrentState' |
105 | 0 | 0 | unless $itype |
106 | 0 | 0 | unless ref $itype eq 'Biblio::ILL::ISO::ILLAPDUtype' |
107 | 0 | 0 | unless $cs |
108 | 0 | 0 | unless ref $cs eq 'Biblio::ILL::ISO::CurrentState' |
134 | 0 | 0 | if ($k =~ /^aPDU-type$/) { } |
0 | 0 | elsif ($k =~ /^current-state$/) { } |