Permalink
Browse files

DOC: avoid markdown to be interpreted as code literal

  • Loading branch information...
1 parent 5d42979 commit fb3d08f8fa2f558bdeac288de87646f1e38585bf @nno nno committed Jan 27, 2016
Showing with 3 additions and 3 deletions.
  1. +3 −3 README.md
View
@@ -43,7 +43,8 @@ Coverage can be determined for evaluating a single expression or evaluation of a
There are two methods to generate coverage while evaluating such an expression or function handle:
-1) the 'file' method (default).
+1. the 'file' method (default)
+
- Coverage information is stored internally by the function `mocov_line_covered`, which keeps this information through the use of persistent variables. Initially the coverage information is reset to being empty.
- This method considers all files in a directory (and its subdirectories).
- A temporary directory is created where modified versions of each file is stored.
@@ -54,7 +55,7 @@ There are two methods to generate coverage while evaluating such an expression o
This method runs on both GNU Octave and Matlab, but is typically slow.
-2) the 'profile' method.
+2. the 'profile' method
- It uses the Matlab profiler.
- This method runs on Matlab only (not on GNU Octave), but is generally faster.
@@ -163,4 +164,3 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
[travis.yml configuration file]: https://github.com/MOxUnit/MOxUnit/blob/master/.travis.yml
[Shippable]: https://shippable.com
-

0 comments on commit fb3d08f

Please sign in to comment.