Branch Coverage

blib/lib/XML/RSS/TimingBotDBI.pm
Criterion Covered Total %
branch 1 28 3.5


line true false branch
9 1 0 unless defined &DEBUG
39 0 0 if $dbh
51 0 0 $varname eq 'etag' ? :
0 0 $varname eq 'nextupdate' ? :
0 0 $varname eq 'lastmodified' ? :
70 0 0 unless keys %$for_db
103 0 0 unless defined $value
106 0 0 unless $$action2statement{$action}{$varname}
109 0 0 unless $retval
112 0 0 unless $retval == 0
152 0 0 if $$self{'rssagent_dbh_exists'}{$table}
162 0 0 unless $self->$method($dbh, $table, $furl, $fnextupdate, $flastmod, $fetag)
174 0 0 if $dbh->do("\n create table if not exists\n $table (\n $furl varchar(255) not null primary key,\n $fnextupdate int(11),\n $flastmod varchar(40),\n $fetag varchar(250)\n )\n ")
188 0 0 if $dbh->do("\n create table\n $table (\n $furl varchar(255) not null primary key,\n $fnextupdate int(11),\n $flastmod varchar(40),\n $fetag varchar(250)\n )\n ")