diff options
| author | Ned Batchelder <ned@nedbatchelder.com> | 2020-07-05 16:06:28 -0400 |
|---|---|---|
| committer | Ned Batchelder <ned@nedbatchelder.com> | 2020-07-05 16:06:28 -0400 |
| commit | 6c0bb8497702e9bdb8abdf4f833604822be498b0 (patch) | |
| tree | 559bb46edb6071f400e383ff535a60f0c2d250f8 /doc/sample_html/cogapp___init___py.html | |
| parent | 22c6bcdeae7616de778493969dbb27974b8f83bf (diff) | |
| download | python-coveragepy-git-6c0bb8497702e9bdb8abdf4f833604822be498b0.tar.gz | |
Latest sample_html report
Diffstat (limited to 'doc/sample_html/cogapp___init___py.html')
| -rw-r--r-- | doc/sample_html/cogapp___init___py.html | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/sample_html/cogapp___init___py.html b/doc/sample_html/cogapp___init___py.html index c90ba171..ec832f77 100644 --- a/doc/sample_html/cogapp___init___py.html +++ b/doc/sample_html/cogapp___init___py.html @@ -22,10 +22,10 @@ <img id="keyboard_icon" src="keybd_closed.png" alt="Show keyboard shortcuts" /> <h2 class="stats"> 2 statements - <span class="run shortkey_r button_toggle_run">2 run</span> - <span class="mis show_mis shortkey_m button_toggle_mis">0 missing</span> - <span class="exc show_exc shortkey_x button_toggle_exc">0 excluded</span> - <span class="par run show_par shortkey_p button_toggle_par">0 partial</span> + <button type="button" class="run shortkey_r button_toggle_run" title="Toggle lines run">2 run</button> + <button type="button" class="mis show_mis shortkey_m button_toggle_mis" title="Toggle lines missing">0 missing</button> + <button type="button" class="exc show_exc shortkey_x button_toggle_exc" title="Toggle lines excluded">0 excluded</button> + <button type="button" class="par run show_par shortkey_p button_toggle_par" title="Toggle lines partially run">0 partial</button> </h2> </div> </div> @@ -65,8 +65,8 @@ <div id="footer"> <div class="content"> <p> - <a class="nav" href="index.html">« index</a> <a class="nav" href="https://coverage.readthedocs.io">coverage.py v5.0.4</a>, - created at 2020-03-16 15:55 + <a class="nav" href="index.html">« index</a> <a class="nav" href="https://coverage.readthedocs.io">coverage.py v5.2</a>, + created at 2020-07-05 16:05 </p> </div> </div> |
