(ql:quickload :cover) (setf cover:*line-limit* most-positive-fixnum) (pushnew :split-sequence/cover *features*) (handler-bind ((UIOP/LISP-BUILD:COMPILE-FILE-ERROR (lambda (c) (invoke-restart 'ASDF/ACTION:ACCEPT)))) (asdf:load-system :split-sequence :force t :verbose t)) (asdf:test-system :split-sequence) (cover:report)