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
133 1 0 0 $user and $customer
271 0 0 0 $opts{'aggregate'} and $opts{'field'} || $opts{'service'}
629 0 0 0 @ARGV and $ARGV[0] =~ /^-+(\w+)\=(.+)$/

or 3 conditions

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