Coverage report: /home/ellis/comp/core/lib/syn/lint.lisp

KindCoveredAll%
expression01 0.0
branch00nil
Key
Not instrumented
Conditionalized out
Executed
Not executed
 
Both branches taken
One branch taken
Neither branch taken
1
 ;;; lint.lisp --- Syntax Linting
2
 
3
 ;; Source Code Linting API
4
 
5
 ;;; Commentary:
6
 
7
 ;; ref: https://github.com/cxxxr/sblint
8
 
9
 ;;; Code:
10
 (in-package :syn/lint)