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

cmd/scan_test.go   A

Size/Duplication

Total Lines 5
Duplicated Lines 0 %

Importance

Changes 0
Metric Value
cc 1
eloc 3
dl 0
loc 5
rs 10
c 0
b 0
f 0

1 Method

Rating   Name   Duplication   Size   Complexity  
A cmd.TestScanHandler 0 1 1
1
package cmd
2
3
import "testing"
4
5
func TestScanHandler(t *testing.T) {
6
7
}
8