Condition Coverage

blib/lib/WebService/Solr/Tiny.pm
Criterion Covered Total %
condition 4 10 40.0


or 2 conditions

line l !l condition
19 0 2 $self->{'default_args'} //= {}
20 0 2 $self->{'url'} //= 'http://localhost:8983/solr/select'

or 3 conditions

line l !l&&r !l&&!r condition
16 2 0 0 $self->{'agent'} //= do { require HTTP::Tiny; 'HTTP::Tiny'->new('keep_alive', 1) }
18 0 2 0 $self->{'decoder'} //= do { require JSON::PP; \&JSON::PP::decode_json }