thedamn commited on
Commit
2576a90
·
1 Parent(s): c09ff0f

eveng commitw

Browse files
Files changed (1) hide show
  1. resource.py +10 -10
resource.py CHANGED
@@ -11,17 +11,17 @@ i'm gonna give a report you just refer the below table
11
 
12
  Table:
13
 
14
- score Rank Risk
15
- 1 - 5 A Low - Simple block
16
- 6 - 10 B Low - Well structured and stable block
17
- 11 - 20 C Moderate - Slightly complex block
18
- 21 - 30 D More than moderate - More complex block
19
- 31 - 40 E High - Complex block, alarming
20
- 41+ F Very high - Error-prone, unstable block
21
-
22
- based on the score and rank you have to return only one most complex repo which has more score from report
23
  when the score is high thats the complex repo and
24
- if all the repos are at the same rank and score choose randomly one
25
 
26
  Report: {question}
27
 
 
11
 
12
  Table:
13
 
14
+ score Risk
15
+ 1 - 5 Low - Simple block
16
+ 6 - 10 Low - Well structured and stable block
17
+ 11 - 20 Moderate - Slightly complex block
18
+ 21 - 30 More than moderate - More complex block
19
+ 31 - 40 High - Complex block, alarming
20
+ 41+ Very high - Error-prone, unstable block
21
+
22
+ based on the score and you have to return only one most complex repo which has more score from report
23
  when the score is high thats the complex repo and
24
+ if all the repos are at the same score choose randomly one
25
 
26
  Report: {question}
27