Coverage report: /development/source/library/com/dydra/gitlab/dydra-cgi/ffi/lisp/dydra-ndk/revision.lisp

KindCoveredAll%
expression02 0.0
branch00nil
Key
Not instrumented
Conditionalized out
Executed
Not executed
 
Both branches taken
One branch taken
Neither branch taken
1
 (in-package :dydra-ndk)
2
 
3
 (defun revision-creation-time (revision-uuid)
4
   "Returns the creation timestamp for the revision identified by
5
    REVISION-UUID."
6
   (declare (ignore revision-uuid))
7
   (get-universal-time)) ;; TODO