Runa   A
last analyzed

Complexity

Total Complexity 1

Size/Duplication

Total Lines 5
Duplicated Lines 0 %

Test Coverage

Coverage 66.67%

Importance

Changes 0
Metric Value
dl 0
loc 5
ccs 2
cts 3
cp 0.6667
rs 10
c 0
b 0
f 0
wmc 1

1 Method

Rating   Name   Duplication   Size   Complexity  
A precio_venta() 0 3 1
1
# Tipo de engarce de inscripcion
2 1
class Runa < Engarce
3 1
  def precio_venta
4
    100 # Will be 250 in future runes.
5
  end
6
end
7