Commits on May 8, 2017
Commits on Dec 18, 2016
  1. ENH: Add minimal classdef support for MOcovMFile

    Avoid prepending `mocov_line_covered` to:
    
    - `classdef`;
    - `properties` and `methods` section opening statements;
    - inside the entire `properties` section, since a limited subset of the
      M-file syntax is allowed.
    Anderson Bravalheri committed with (none) Dec 18, 2016
Commits on Jul 27, 2016
  1. MRG: resolve merge conflict

    nno committed Jul 27, 2016
  2. RF: always set exclude pattern

    nno committed Jul 27, 2016
Commits on Feb 26, 2016
Commits on Feb 22, 2016
  1. ENH: Add -cover_exclude option for excluding patterns

    This adds an option to the API to specify patterns which should not
    be included in the coverage report.
    
    Closes #4.
    scottclowe committed Feb 22, 2016
  2. ENH: mocov_find_files.m Add exclude patterns option

    Will exclude matching directories and files from the list.
    scottclowe committed Feb 22, 2016
Commits on Feb 1, 2016
  1. BUG: Fix coverage calculation for empty files

    For files with no executable lines, the coverage report should
    have a nominal 100% coverage rate. This is the behaviour of other
    coverage packages, such as those for Python.
    
    Previously, files without any executable lines would report a
    coverage of "NaN%", due to the division by 0.
    scottclowe committed Feb 1, 2016
  2. MAINT: Change denumerator->denominator

    "Denominator" is the correct English name for the bottom part of
    a fraction.
    scottclowe committed Feb 1, 2016
Commits on Jan 25, 2016
  1. BIG: major refactoring

    nno committed Dec 17, 2015
Commits on Dec 17, 2015
  1. BIG: initial commit

    nno committed Dec 17, 2015