Condition Coverage

blib/lib/Net/Fastly.pm
Criterion Covered Total %
condition 3 21 14.2


and 3 conditions

line !l l&&!r l&&r condition
35 208 52 0 $method eq 'list' and $class->_skip_list
141 1 0 0 $user and $customer
279 0 0 0 $opts{'aggregate'} and $opts{'field'} || $opts{'service'}
637 0 0 0 @ARGV and $ARGV[0] =~ /^-+(\w+)\=(.+)$/

or 3 conditions

line l !l&&r !l&&!r condition
195 0 0 0 $self->{'_current_user'} ||= $self->_get('Net::Fastly::User')
206 0 0 0 $self->{'_current_customer'} ||= $self->_get('Net::Fastly::Customer')
279 0 0 0 $opts{'field'} || $opts{'service'}