Branch Coverage

blib/lib/BusyBird/Filter/Twitter.pm
Criterion Covered Total %
branch 23 24 95.8


line true false branch
30 4 16 if (exists $$status{'created_at'})
35 4 16 if defined $$status{'user'}
39 10 54 if exists $$status{$orig_id_key}
52 18 4 unless defined $api_url
55 58 30 unless defined $$status{$key}
56 27 3 if (vivifiable_as($$status{'busybird'}, 'HASH') and vivifiable_as($$status{'busybird'}{'original'}, 'HASH'))
72 3 26 if (ref $$status{'retweeted_status'} eq 'HASH')
75 19 10 unless (defined $$status{'text'})
81 6 4 if (ref $$status{'entities'} eq 'HASH')
89 14 20 if (ref $$segment{'entity'} eq 'HASH')
90 14 0 if (vivifiable_as($$segment{'entity'}{'indices'}, 'ARRAY'))
99 6 4 if (defined $$status{'entities'})