Condition Coverage

blib/lib/Nephia/Plugin/Teng.pm
Criterion Covered Total %
condition 6 15 40.0


and 3 conditions

line !l l&&!r l&&r condition
72 2 0 0 exists $$self{'opts'}{'connect_info'} and ref $$self{'opts'}{'connect_info'} eq 'ARRAY'
75 0 0 2 not @connect_info and exists $$self{'config'}{'DBI'}{'connect_info'}
0 0 2 not @connect_info and exists $$self{'config'}{'DBI'}{'connect_info'} and ref $$self{'config'}{'DBI'}{'connect_info'} eq 'ARRAY'

or 3 conditions

line l !l&&r !l&&!r condition
44 1 1 0 $$self{'teng'} ||= $self->_create_teng
51 0 1 0 $$config{'teng_namespace'} // $self->app->{'caller'} . '::DB'