Coverage Report

Created: 2024-05-20 06:31

/src/clamav/libclamunrar/uisilent.cpp
Line
Count
Source (jump to first uncovered line)
1
// Purely user interface function. Gets and returns user input.
2
UIASKREP_RESULT uiAskReplace(wchar *Name,size_t MaxNameSize,int64 FileSize,RarTime *FileTime,uint Flags)
3
0
{
4
0
  return UIASKREP_R_REPLACE;
5
0
}
6
7
8
9
10
void uiStartArchiveExtract(bool Extract,const wchar *ArcName)
11
0
{
12
0
}
13
14
15
bool uiStartFileExtract(const wchar *FileName,bool Extract,bool Test,bool Skip)
16
647k
{
17
647k
  return true;
18
647k
}
19
20
21
void uiExtractProgress(int64 CurFileSize,int64 TotalFileSize,int64 CurSize,int64 TotalSize)
22
510k
{
23
510k
}
24
25
26
void uiProcessProgress(const char *Command,int64 CurSize,int64 TotalSize)
27
0
{
28
0
}
29
30
31
void uiMsgStore::Msg()
32
5.38M
{
33
5.38M
}
34
35
36
bool uiGetPassword(UIPASSWORD_TYPE Type,const wchar *FileName,
37
                   SecPassword *Password,CheckPassword *CheckPwd)
38
0
{
39
0
  return false;
40
0
}
41
42
43
bool uiIsGlobalPasswordSet()
44
1.05M
{
45
1.05M
  return false;
46
1.05M
}
47
48
49
void uiAlarm(UIALARM_TYPE Type)
50
50.4k
{
51
50.4k
}
52
53
54
bool uiIsAborted()
55
0
{
56
0
  return false;
57
0
}
58
59
60
void uiGiveTick()
61
0
{
62
0
}
63
64
65
#ifndef SFX_MODULE
66
const wchar *uiGetMonthName(int Month)
67
0
{
68
0
  return L"";
69
0
}
70
#endif
71
72
73
void uiEolAfterMsg()
74
0
{
75
0
}