Coverage report: /home/ellis/comp/core/lib/box/qga.lisp

KindCoveredAll%
expression01 0.0
branch00nil
Key
Not instrumented
Conditionalized out
Executed
Not executed
 
Both branches taken
One branch taken
Neither branch taken
1
 ;;; qga.lisp --- QEMU Guest Agent
2
 
3
 ;; 
4
 
5
 ;;; Commentary:
6
 
7
 ;; ref: https://wiki.qemu.org/Features/GuestAgent
8
 
9
 ;;; Code:
10
 (in-package :box/qga)