Branch Coverage

blib/lib/CGI/RSS.pm
Criterion Covered Total %
branch 13 28 46.4


line true false branch
32 32 7 blessed($_[0]) ? :
33 12 27 ref $_[0] eq 'HASH' ? :
35 4 35 if (ref $_[0] eq 'ARRAY')
59 4 35 if ($subs) { }
60 8 8 $attrs ? :
65 10 25 if ($attrs)
84 0 0 if ($attrs)
103 0 0 if (my($fname) = $AUTOLOAD =~ /::([^:]+)$/)
104 0 0 if ('CGI'->can($fname)) { }
127 2 0 if (my $pd = ParseDate($_[-1]))
155 0 0 unless ref $opts
163 0 0 if exists $$opts{'link'}
164 0 0 if exists $$opts{'title'}
165 0 0 if exists $$opts{'desc'}