Branch Coverage

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


line true false branch
31 4 16 if (exists $$status{'created_at'})
36 4 16 if defined $$status{'user'}
40 10 54 if exists $$status{$orig_id_key}
53 18 4 unless defined $api_url
56 58 30 unless defined $$status{$key}
57 27 3 if (vivifiable_as($$status{'busybird'}, 'HASH') and vivifiable_as($$status{'busybird'}{'original'}, 'HASH'))
73 3 26 if (ref $$status{'retweeted_status'} eq 'HASH')
76 19 10 unless (defined $$status{'text'})
82 6 4 if (ref $$status{'entities'} eq 'HASH')
90 14 20 if (ref $$segment{'entity'} eq 'HASH')
91 14 0 if (vivifiable_as($$segment{'entity'}{'indices'}, 'ARRAY'))
100 6 4 if (defined $$status{'entities'})