Passed
Push — master ( 6a9844...07bc4c )
by Valentin
01:50
created

cmd.TestScanHandler   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
nop 1
dl 0
loc 1
rs 10
c 0
b 0
f 0
1
package cmd
2
3
import "testing"
4
5
func TestScanHandler(t *testing.T) {
6
7
}
8