Coverage report: /home/ellis/comp/core/ffi/gstreamer/parse.lisp

KindCoveredAll%
expression02 0.0
branch00nil
Key
Not instrumented
Conditionalized out
Executed
Not executed
 
Both branches taken
One branch taken
Neither branch taken
1
 ;;; parse.lisp --- GST Parse
2
 
3
 ;; 
4
 
5
 ;;; Code:
6
 (in-package :gstreamer)
7
 
8
 (defar gst-parse-launch (* gst-element)
9
   (pipeline-description c-string)
10
   (error (* (* gerror))))