| blib/lib/Biblio/SICI/ControlSegment.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 7 | 10 | 70.0 |
| line | true | false | branch |
|---|---|---|---|
| 31 | 0 | 58 | if (not "$newVal" eq '0' || "$newVal" eq '1' || "$newVal" eq '2' || "$newVal" eq '3') { } |
| 53 | 0 | 59 | if (not $newVal =~ /\A(?:C[DFOT]|H[DE]|SC|T[BHLSX]|VX|Z[NUZ])\Z/) { } |
| 75 | 0 | 58 | if ($newVal != 2) { } |
| 89 | 16 | 221 | if ($self->_sici->contribution->has_localNumber) |
| 93 | 97 | 124 | if ($self->_sici->contribution->has_location or $self->_sici->contribution->has_titleCode) |