Coverage report: /home/ellis/comp/core/lib/io/io.lisp

KindCoveredAll%
expression04 0.0
branch00nil
Key
Not instrumented
Conditionalized out
Executed
Not executed
 
Both branches taken
One branch taken
Neither branch taken
1
 ;;; io.lisp --- IO API
2
 
3
 ;; 
4
 
5
 ;;; Code:
6
 (pkg:defpkg :io
7
   (:use :cl)
8
   (:use-reexport :io/proto :io/uring :io/flate 
9
    :io/zstd :io/stream :io/socket :io/chunky 
10
    :io/smart-buffer :io/static :io/xsubseq))
11
 
12
 (defpackage :io-user
13
   (:use :cl :std :std-user :io))
14
 
15
 (in-package :io)
16
 (pushnew :io *features*)