Coverage report: /home/runner/work/geb/geb/test/pipeline.lisp
Kind | Covered | All | % |
expression | 19 | 36 | 52.8 |
branch | 0 | 0 | nil |
Key
Not instrumented
Conditionalized out
Executed
Not executed
Both branches taken
One branch taken
Neither branch taken
3
(define-test geb-pipeline :parent geb-test-suite)
5
(def test-compilation-eval-2
6
(geb.lambda.spec:unit))
11
(lambda:lamb (list (coprod so1 so1)) (lambda:index 0))
12
(list (lambda:left so1 (lambda:unit)))))
14
(define-test pipeline-works-for-stlc-to-vampir
17
(geb.entry:compile-down :vampir t
19
:entry "geb-test::test-compilation-eval-2"
22
(geb.entry:compile-down :stlc t
23
:entry "geb-test::*entry*"