Passed
Push — master ( 678e72...9865ea )
by kota
05:18
created

exploit.TestSetPackageStates   A

Complexity

Conditions 1

Size

Total Lines 1
Code Lines 1

Duplication

Lines 0
Ratio 0 %

Importance

Changes 0
Metric Value
cc 1
eloc 1
dl 0
loc 1
rs 10
c 0
b 0
f 0
nop 1
1
package exploit
2
3
import (
4
	"testing"
5
)
6
7
func TestSetPackageStates(t *testing.T) {
8
}
9