Coverage report: /home/ellis/comp/core/lib/syn/gen/py/pkg.lisp

KindCoveredAll%
expression01 0.0
branch00nil
Key
Not instrumented
Conditionalized out
Executed
Not executed
 
Both branches taken
One branch taken
Neither branch taken
1
 ;;; py/pkg.lisp --- Python Codegen
2
 
3
 ;; 
4
 
5
 ;;; Commentary:
6
 
7
 ;; Only Python 3+ is supported.
8
 
9
 ;;; Code:
10
 (defpackage :syn/gen/py
11
   (:nicknames :genpy :py)
12
   (:use :cl :syn/gen))
13