Skip to content

Instantly share code, notes, and snippets.

@SRomansky
Created October 3, 2014 10:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save SRomansky/18045ceee37a327c15a2 to your computer and use it in GitHub Desktop.
Save SRomansky/18045ceee37a327c15a2 to your computer and use it in GitHub Desktop.
^ higher priority
_ lower priority
N not testing
Y yes test this
? Could test this, undecided based on time or importance
??? Where is the test that tests this file?
Name Stmts Miss Cover Ts?
-------------------------------------------------------------------------------
freeseer/__init__ 33 33 0% N
freeseer/__main__ 2 2 0% N
freeseer/framework/config/__init__ 1 1 0% N
freeseer/framework/config/persist/__init__ 2 2 0% N
freeseer/framework/failure 10 10 0% ?_
freeseer/framework/qt_key_grabber 52 52 0% ?_
freeseer/settings 24 24 0% N
freeseer/frontend/controller/server 154 148 4% Y^
freeseer/frontend/controller/validate 20 19 5% Y_
freeseer/framework/area_selector 89 66 26% ???
freeseer/framework/config/exceptions 16 12 25% N
freeseer/framework/config/options 66 35 47% Y_
freeseer/framework/database 234 140 40% Y
freeseer/framework/plugin 200 131 35% Y
freeseer/framework/presentation 24 15 38% Y_
freeseer/framework/youtube 80 41 49% ?
freeseer/frontend/cli 183 94 49% Y
freeseer/frontend/record/RecordingController 44 25 43% ?
freeseer/plugins/audioinput/jackaudiosrc/__init__ 71 36 49% ?
freeseer/plugins/audioinput/jackaudiosrc/widget 22 15 32% ?
freeseer/plugins/audiomixer/audiopassthrough/widget 33 20 39% ?
freeseer/plugins/audiomixer/multiaudio/__init__ 105 61 42% Y
freeseer/plugins/audiomixer/multiaudio/widget 46 34 26% ?_
freeseer/plugins/output/audiofeedback/__init__ 49 25 49% ?
freeseer/plugins/output/audiofeedback/widget 15 8 47% ?_
freeseer/plugins/output/ogg_icecast/__init__ 118 85 28% ?
freeseer/plugins/output/ogg_icecast/widget 25 17 32% ?_
freeseer/plugins/output/ogg_output/widget 30 21 30% ?_
freeseer/plugins/output/raw_output/__init__ 44 32 27% ?_
freeseer/plugins/output/rtmp_streaming/__init__ 414 330 20% ?^
freeseer/plugins/videoinput/desktop/__init__ 116 65 44% ?^
freeseer/plugins/output/videopreview/widget 20 13 35% ?
freeseer/plugins/videoinput/desktop/widget 26 16 38% ?
freeseer/plugins/videoinput/firewiresrc/__init__ 72 42 42% ?
freeseer/plugins/videoinput/videotestsrc/widget 22 13 41% ?_
freeseer/plugins/videomixer/pip/__init__ 145 88 39% ?^
freeseer/plugins/videomixer/pip/widget 44 32 27% ?
freeseer/plugins/videomixer/videopassthrough/widget 57 42 26% ?
freeseer/plugins/videomixer/videopassthrough/__init__ 118 48 59%
freeseer/framework/config/core 80 38 53%
freeseer/framework/config/persist/configparser 23 5 78%
freeseer/framework/config/persist/jsonstorage 30 8 73%
freeseer/framework/config/profile 52 18 65%
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment