Coverage report: /home/ellis/comp/core/ffi/ssh2/pkg.lisp
Kind | Covered | All | % |
expression | 1 | 3 | 33.3 |
branch | 0 | 0 | nil |
Key
Not instrumented
Conditionalized out
Executed
Not executed
Both branches taken
One branch taken
Neither branch taken
1
;;; pkg.lisp --- low-level bindings to libssh2
7
(:use :cl :std :sb-alien)
9
:load-ssh2 :libssh2-init :libssh2-exit :libssh2-free
10
:ssh-disconnect :ssh-disconnect* :libssh2-error :libssh2-error*
11
:libssh2-session-init-ex
12
:libssh2-session-supported-algs))
16
(define-alien-loader ssh2 "/usr/lib/")