Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- moose@pc07:~/Downloads/algorithms/datastructures$ coverage erase
- moose@pc07:~/Downloads/algorithms/datastructures$ coverage run redBlackTree.py
- moose@pc07:~/Downloads/algorithms/datastructures$ coverage report --omit=/usr/share/pyshared/argparse
- Name Stmts Miss Cover
- ------------------------------------------------------------------
- /usr/share/pyshared/argparse 1171 815 30%
- /usr/share/pyshared/numpy/__config__ 27 13 52%
- /usr/share/pyshared/numpy/__init__ 39 8 79%
- /usr/share/pyshared/numpy/_import_tools 223 203 9%
- /usr/share/pyshared/numpy/add_newdocs 236 0 100%
- /usr/share/pyshared/numpy/core/__init__ 29 0 100%
- /usr/share/pyshared/numpy/core/_internal 211 170 19%
- /usr/share/pyshared/numpy/core/arrayprint 259 221 15%
- /usr/share/pyshared/numpy/core/defchararray 243 177 27%
- /usr/share/pyshared/numpy/core/defmatrix 265 205 23%
- /usr/share/pyshared/numpy/core/fromnumeric 287 232 19%
- /usr/share/pyshared/numpy/core/info 3 0 100%
- /usr/share/pyshared/numpy/core/memmap 75 59 21%
- /usr/share/pyshared/numpy/core/numeric 486 334 31%
- /usr/share/pyshared/numpy/core/numerictypes 334 87 74%
- /usr/share/pyshared/numpy/core/records 356 319 10%
- /usr/share/pyshared/numpy/ctypeslib 170 130 24%
- /usr/share/pyshared/numpy/fft/__init__ 6 0 100%
- /usr/share/pyshared/numpy/fft/fftpack 116 86 26%
- /usr/share/pyshared/numpy/fft/helper 37 31 16%
- /usr/share/pyshared/numpy/fft/info 1 0 100%
- /usr/share/pyshared/numpy/lib/__init__ 37 0 100%
- /usr/share/pyshared/numpy/lib/_datasource 162 127 22%
- /usr/share/pyshared/numpy/lib/_iotools 241 207 14%
- /usr/share/pyshared/numpy/lib/arraysetops 78 68 13%
- /usr/share/pyshared/numpy/lib/arrayterator 69 58 16%
- /usr/share/pyshared/numpy/lib/financial 92 77 16%
- /usr/share/pyshared/numpy/lib/format 155 141 9%
- /usr/share/pyshared/numpy/lib/function_base 794 713 10%
- /usr/share/pyshared/numpy/lib/getlimits 121 98 19%
- /usr/share/pyshared/numpy/lib/index_tricks 253 192 24%
- /usr/share/pyshared/numpy/lib/info 2 0 100%
- /usr/share/pyshared/numpy/lib/io 442 410 7%
- /usr/share/pyshared/numpy/lib/machar 187 179 4%
- /usr/share/pyshared/numpy/lib/polynomial 366 311 15%
- /usr/share/pyshared/numpy/lib/scimath 54 35 35%
- /usr/share/pyshared/numpy/lib/shape_base 224 200 11%
- /usr/share/pyshared/numpy/lib/stride_tricks 44 38 14%
- /usr/share/pyshared/numpy/lib/twodim_base 99 86 13%
- /usr/share/pyshared/numpy/lib/type_check 103 81 21%
- /usr/share/pyshared/numpy/lib/ufunclike 30 23 23%
- /usr/share/pyshared/numpy/lib/utils 421 364 14%
- /usr/share/pyshared/numpy/linalg/__init__ 5 0 100%
- /usr/share/pyshared/numpy/linalg/info 1 0 100%
- /usr/share/pyshared/numpy/linalg/linalg 527 487 8%
- /usr/share/pyshared/numpy/ma/__init__ 14 0 100%
- /usr/share/pyshared/numpy/ma/core 2075 1541 26%
- /usr/share/pyshared/numpy/ma/extras 561 483 14%
- /usr/share/pyshared/numpy/random/__init__ 9 1 89%
- /usr/share/pyshared/numpy/random/info 2 0 100%
- /usr/share/pyshared/numpy/testing/__init__ 7 0 100%
- /usr/share/pyshared/numpy/testing/decorators 48 44 8%
- /usr/share/pyshared/numpy/testing/nosetester 130 95 27%
- /usr/share/pyshared/numpy/testing/numpytest 34 25 26%
- /usr/share/pyshared/numpy/testing/utils 275 246 11%
- /usr/share/pyshared/numpy/version 11 7 36%
- redBlackTree 354 304 14%
- ------------------------------------------------------------------
- TOTAL 12601 9731 23%
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement