Branch Coverage

lib/WWW/Mixpanel.pm
Criterion Covered Total %
branch 0 34 0.0


line true false branch
15 0 0 unless $token
37 0 0 unless $event
45 0 0 $$self{'use_ssl'} ? :
51 0 0 if ($res->is_success) { }
52 0 0 if ($res->content == 1) { }
69 0 0 unless ref $methods
75 0 0 unless defined $params{'expire'}
83 0 0 $$self{'use_ssl'} ? :
95 0 0 if ($res->is_success) { }
97 0 0 if $params{'format'} eq 'json'
123 0 0 if ($api eq 'events')
126 0 0 if ($api eq 'events/properties')
129 0 0 if ($api eq 'arb_funnels')
133 0 0 if ($toj and defined $$params{$toj})
134 0 0 unless ref $$params{$toj}
143 0 0 if ($res->code == 500) { }
0 0 elsif ($res->code == 400) { }