-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcombined-report.json
104 lines (104 loc) · 3.11 KB
/
combined-report.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
{
"version" : "2025.01.02-9c91b08-licensed",
"totalTime" : 1623.62,
"environmentDetectionTime" : 5.936,
"indexingTime" : 3.2119999999999997,
"entryPointsTime" : 5.539,
"generationTime" : 1035.8570000000002,
"timeToFirstTest" : 750.2230000000001,
"timeToLastTest" : 1341.899,
"verificationTime" : 102.099,
"validationTime" : 116.153,
"summary" : {
"classesCount" : 75,
"methodsCount" : 362,
"cumulativeDiffblueTestCount" : 85,
"cumulativeManualTestCount" : 57,
"completeTestCount" : 82,
"incompleteTestCount" : 0,
"skeletonTestCount" : 0,
"totalPhysicalLineCount" : 1927,
"perMethodTestability" : {
"T000" : 120,
"T001" : 61,
"T002" : 52,
"T003" : 17,
"T005" : 39,
"T006" : 9,
"T010" : 19,
"T012" : 35,
"T020" : 3,
"T033" : 7
},
"perMethodOutcome" : {
"E052" : 49,
"R000" : 168,
"R002" : 8,
"R004" : 6,
"R011" : 1,
"R013" : 9,
"T003" : 17,
"T005" : 34,
"T006" : 9,
"T010" : 19,
"T012" : 35,
"T033" : 7
},
"perTestOutcome" : {
"R000" : 82
},
"perTestValidation" : {
"V000" : 82
}
},
"coverageMetrics" : {
"branchCoveragePercent" : "36.17%",
"classesWithIncompleteInstructionCoverage" : [
"com.piggymetrics.auth.AuthApplication",
"com.piggymetrics.config.ConfigApplication",
"com.piggymetrics.statistics.service.security.CustomUserInfoTokenServices",
"com.piggymetrics.statistics.StatisticsApplication",
"com.piggymetrics.statistics.repository.converter.DataPointIdReaderConverter",
"com.piggymetrics.statistics.service.ExchangeRatesServiceImpl",
"com.piggymetrics.account.controller.ErrorHandler",
"com.piggymetrics.account.service.AccountServiceImpl",
"com.piggymetrics.account.service.security.CustomUserInfoTokenServices",
"com.piggymetrics.account.client.StatisticsServiceClientFallback",
"com.piggymetrics.account.AccountApplication",
"com.piggymetrics.notification.domain.Frequency",
"com.piggymetrics.notification.NotificationServiceApplication",
"com.piggymetrics.notification.controller.RecipientController",
"com.piggymetrics.notification.service.NotificationServiceImpl",
"com.piggymetrics.notification.service.EmailServiceImpl",
"com.piggymetrics.notification.service.RecipientServiceImpl"
],
"complexCoveredLines" : 153,
"complexLineCoveragePercent" : "76.12%",
"complexityThreshold" : 10,
"coveredBranches" : 17,
"coveredComplexity" : 77,
"coveredLines" : 459,
"lineCoveragePercent" : "76.5%",
"totalBranches" : 47,
"totalComplexLines" : 201,
"totalComplexity" : 103,
"totalLines" : 600
},
"piTestMetrics" : {
"mutationsKilled" : 94,
"mutationsKilledPercent" : "45.85%",
"mutationsNoCoverage" : 85,
"mutationsSurvived" : 26,
"mutationsTotal" : 205
},
"testDiffStatSummary" : {
"files" : 16,
"insertions" : 59,
"deletions" : 100
},
"diffblueTestDiffStatSummary" : {
"files" : 16,
"insertions" : 59,
"deletions" : 100
}
}