Condition Coverage

blib/lib/Perinci/Access.pm
Criterion Covered Total %
condition 0 32 0.0


and 3 conditions

line !l l&&!r l&&r condition
75 0 0 0 $Log_Request and $Perinci::Access::log->is_trace
83 0 0 0 $Log_Response and $Perinci::Access::log->is_trace

or 2 conditions

line l !l condition
20 0 0 $opts{'riap_version'} //= 1.1
21 0 0 $opts{'handlers'} //= {}
22 0 0 $opts{'handlers'}{''} //= 'Perinci::Access::Schemeless'
23 0 0 $opts{'handlers'}{'pl'} //= 'Perinci::Access::Perl'
24 0 0 $opts{'handlers'}{'http'} //= 'Perinci::Access::HTTP::Client'
25 0 0 $opts{'handlers'}{'https'} //= 'Perinci::Access::HTTP::Client'
26 0 0 $opts{'handlers'}{'riap+tcp'} //= 'Perinci::Access::Simple::Client'
27 0 0 $opts{'handlers'}{'riap+unix'} //= 'Perinci::Access::Simple::Client'
28 0 0 $opts{'handlers'}{'riap+pipe'} //= 'Perinci::Access::Simple::Client'
30 0 0 $opts{'_handler_objs'} //= {}
46 0 0 $sch //= ''
51 0 0 $auth //= ''
69 0 0 $self->{'handler_args'} // {}