Condition Coverage

blib/lib/Lingua/Thesaurus/IO/LivelinkCollectionServer.pm
Criterion Covered Total %
condition 13 16 81.2


and 3 conditions

line !l l&&!r l&&r condition
33 0 2 1 @_ == 1 and ref $_[0] eq 'HASH'

or 2 conditions

line l !l condition
119 523 710 $origin or ''
132 679 1026 $origin or ''

or 3 conditions

line l !l&&r !l&&!r condition
73 3187 4 40 $thesaurus_name //= do { s/^BEGIN_REL THES_NAME=(.*)//; $1 }
119 218 1015 0 $self->{'_term_rev_idx'}{$origin or ''}{$term_string} //= $storage->store_term($term_string, $origin)
132 489 1216 0 $self->{'_term_rev_idx'}{$origin or ''}{$rel} //= $storage->store_term($rel, $origin)