Condition Coverage

lib/Web/DataService/Set.pm
Criterion Covered Total %
condition 2 15 13.3


and 3 conditions

line !l l&&!r l&&r condition
77 0 0 2 ref $item and &reftype($item) eq 'HASH'
99 0 0 2 defined $value and $value ne ''
158 0 0 0 ref $vs->{'value_list'} eq 'ARRAY' and @{$vs->{'value_list'};}
208 0 0 0 defined $rec->{'doc_string'} and $rec->{'doc_string'} ne ''

or 3 conditions

line l !l&&r !l&&!r condition
148 0 0 0 $Web::DataService::QUIET or $ENV{'WDS_QUIET'}