32 test cases covering all code paths: - nil, uint64, int, int64, float64 type handling - json.Number parsing (delegates to string branch) - String parsing: empty, decimal, hex (0x/0X), float notation, scientific - Negative value handling (returns 0 for numeric types) - Error cases: invalid strings, unsupported types |
||
|---|---|---|
| .. | ||
| ceph.go | ||
| client.go | ||
| client_test.go | ||
| cluster_client.go | ||
| cluster_client_test.go | ||
| replication.go | ||
| replication_test.go | ||
| zfs.go | ||
| zfs_test.go | ||