liblstparse 1.1.1
A simple parser for LST coverage files
To use this package, run the following command in your project's root directory:
Manual usage
Put the following dependency into your project's dependences section:
LST Parser for D Programming Language
This library provides a simple parser for LST coverage files.
Usage
LSTFile file = LSTFile("tests/res/foobar.lst");
writeln(file.filename); // foobar.d
writeln(file.totalCoverage) // 15
writeln(file.linesCovered[6]) // 0
// or even
writeln(file[6]) // 0
How to contribute
Check out our wiki.
License
GNU Lesser General Public License (Version 3, 29 June 2007)
Made with ❤ by a bunch of geeks
- Registered by Luís Ferreira
- 1.1.1 released 4 years ago
- aurorafossorg/liblstparse
- LGPL-3.0
- Dependencies:
- none
- Versions:
-
1.1.2 2020-Sep-20 1.1.1 2020-Sep-19 1.1.0 2020-Sep-07 ~master 2020-Sep-20 - Download Stats:
-
-
0 downloads today
-
0 downloads this week
-
0 downloads this month
-
215 downloads total
-
- Score:
- 0.6
- Short URL:
- liblstparse.dub.pm