Condition Coverage

blib/lib/Net/Google/Analytics/MeasurementProtocol.pm
Criterion Covered Total %
condition 0 32 0.0


and 3 conditions

line !l l&&!r l&&r condition
13 0 0 0 $args{'tid'} and $args{'tid'} =~ /^(?:UA|MO|YT)-\d+-\d+$/
17 0 0 0 exists $args{'aip'} and not $args{'aip'}
61 0 0 0 $hit_type eq 'pageview' and not $args{'dl'} || $args{'dh'} && $args{'dp'}

or 2 conditions

line l !l condition
22 0 0 $args{'v'} ||= 1
23 0 0 $args{'cd'} ||= '/'
24 0 0 $args{'an'} ||= 'My App'
25 0 0 $args{'ds'} ||= 'app'

or 3 conditions

line l !l&&r !l&&!r condition
20 0 0 0 $args{'ua'} ||= 'Net::Google::Analytics::MeasurementProtocol' . "/$VERSION"
21 0 0 0 $args{'cid'} ||= _gen_uuid_v4()
27 0 0 0 $args{'ua_object'} || _build_user_agent($args{'ua'})
28 0 0 0 $ua_object->isa('Furl') or $ua_object->isa('LWP::UserAgent')
61 0 0 0 $args{'dl'} || $args{'dh'} && $args{'dp'}