Branch Coverage

blib/lib/Armadito/Agent/Antivirus/Kaspersky/Win32.pm
Criterion Covered Total %
branch 0 32 0.0


line true false branch
25 0 0 if ($self->_isProgramInDir($install_path))
37 0 0 if (-d $path . '\\Kaspersky Lab')
52 0 0 if ($entry =~ /^Kaspersky Anti-Virus.*/)
66 0 0 unless (-r $dbfile)
70 0 0 unless my $dbh = 'DBI'->connect("dbi:SQLite:$dbfile", undef, undef, {'sqlite_open_flags', &SQLITE_OPEN_READONLY()})
80 0 0 unless my $rv = $sth->execute
81 0 0 if ($rv < 0)
101 0 0 if ($alert->{'name'} ne '')
115 0 0 unless my $rv = $sth->execute($threat_id)
116 0 0 if ($rv < 0)
144 0 0 unless my $rv = $sth->execute($verdict_id)
145 0 0 if ($rv < 0)
168 0 0 unless my $rv = $sth->execute($threat_id)
169 0 0 if ($rv < 0)
197 0 0 if ($action == 1) { }
0 0 elsif ($action == 4) { }