| Kind | Covered | All | % |
| expression | 0 | 2 | 0.0 |
| branch | 0 | 0 | nil |
1 (in-package :dydra-ndk)2 3 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;4 5 ;; @see <dydra/uuid.h>, dydra::uuid6 (defcstruct uuid7 "UUID structure."8 (data :uint8 :count 16))9 10 (defcstruct uuid-string11 "UUID string."12 (data :char :count 37))