diff options
| author | Clyhtsuriva <61652557+clyhtsuriva@users.noreply.github.com> | 2021-06-26 22:24:05 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-06-26 22:24:05 +0000 |
| commit | 18359e9e2892a332f283476bc3ae887308f51cec (patch) | |
| tree | 79de50772e18722f57813b234dd541b1c701aa01 /target/site/jacoco/jacoco.csv | |
| parent | 5dc7dea3ef53a385442c6bfd59054faa4b1d73d9 (diff) | |
| parent | 67ed18fe86ddfabe5f6c6c270273597799722a72 (diff) | |
| download | Spoteezer-18359e9e2892a332f283476bc3ae887308f51cec.tar.gz Spoteezer-18359e9e2892a332f283476bc3ae887308f51cec.tar.bz2 Spoteezer-18359e9e2892a332f283476bc3ae887308f51cec.zip | |
Merge pull request #8 from Said-Belhadj/feature/STZ-0009
Feature/stz 0009
Diffstat (limited to '')
| -rw-r--r-- | target/site/jacoco/jacoco.csv | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/target/site/jacoco/jacoco.csv b/target/site/jacoco/jacoco.csv index 9aff09d..6466855 100644 --- a/target/site/jacoco/jacoco.csv +++ b/target/site/jacoco/jacoco.csv @@ -1,7 +1,8 @@ GROUP,PACKAGE,CLASS,INSTRUCTION_MISSED,INSTRUCTION_COVERED,BRANCH_MISSED,BRANCH_COVERED,LINE_MISSED,LINE_COVERED,COMPLEXITY_MISSED,COMPLEXITY_COVERED,METHOD_MISSED,METHOD_COVERED +spoteezer,musichub.util,PathValidation,0,17,0,0,0,4,0,2,0,2 +spoteezer,musichub.util,LogHandler,0,46,0,0,0,11,0,3,0,3 spoteezer,musichub.util,XMLHandler,72,0,0,0,25,0,4,0,4,0 spoteezer,musichub.business,Album,330,0,14,0,84,0,16,0,9,0 -spoteezer,musichub.business,PathValidation,0,17,0,0,0,4,0,2,0,2 spoteezer,musichub.business,SortByAuthor,9,0,0,0,2,0,2,0,2,0 spoteezer,musichub.business,NoAlbumFoundException,4,0,0,0,2,0,1,0,1,0 spoteezer,musichub.business,Language,49,0,0,0,6,0,3,0,3,0 @@ -16,4 +17,4 @@ spoteezer,musichub.business,SortByGenre,9,0,0,0,2,0,2,0,2,0 spoteezer,musichub.business,NoElementFoundException,4,0,0,0,2,0,1,0,1,0 spoteezer,musichub.business,Genre,56,0,0,0,6,0,3,0,3,0 spoteezer,musichub.business,AudioElement,266,0,11,0,72,0,16,0,9,0 -spoteezer,musichub.main,Main,588,0,40,0,199,0,29,0,3,0 +spoteezer,musichub.main,Main,605,0,41,0,206,0,30,0,3,0 |
