Stats   A
last analyzed

Complexity

Total Complexity 1

Size/Duplication

Total Lines 5
Duplicated Lines 0 %

Importance

Changes 0
Metric Value
dl 0
loc 5
rs 10
c 0
b 0
f 0
wmc 1

1 Method

Rating   Name   Duplication   Size   Complexity  
A _incrementUser() 0 2 1
1
import db
2
class Stats:
3
	db = db.DB()
4
5
	def _incrementUser(self, user, line):
6
		sql = ""
7