Branch Coverage

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


line true false branch
15 0 0 unless $token
38 0 0 unless $distinct_id
46 0 0 $$self{'use_ssl'} ? :
52 0 0 if ($res->is_success) { }
53 0 0 if ($res->content == 1) { }
68 0 0 unless $distinct_id
76 0 0 $$self{'use_ssl'} ? :
82 0 0 if ($res->is_success) { }
83 0 0 if ($res->content == 1) { }
98 0 0 unless $distinct_id
106 0 0 $$self{'use_ssl'} ? :
118 0 0 unless $distinct_id
127 0 0 unless $event
135 0 0 $$self{'use_ssl'} ? :
141 0 0 if ($res->is_success) { }
142 0 0 if ($res->content == 1) { }
159 0 0 unless ref $methods
165 0 0 unless defined $params{'expire'}
173 0 0 $$self{'use_ssl'} ? :
185 0 0 if ($res->is_success) { }
187 0 0 if $params{'format'} eq 'json'
213 0 0 if ($api eq 'events')
216 0 0 if ($api eq 'events/properties')
219 0 0 if ($api eq 'arb_funnels')
223 0 0 if ($toj and defined $$params{$toj})
224 0 0 unless ref $$params{$toj}
233 0 0 if ($res->code == 500) { }
0 0 elsif ($res->code == 400) { }