LCOV - code coverage report | ||||||||||||||||||||||
![]() | ||||||||||||||||||||||
|
||||||||||||||||||||||
![]() |
Line data Source code 1 : class GraphicEntity { 2 : String id; 3 : String url; 4 : DateTime uploadedDate; 5 : 6 1 : GraphicEntity({ 7 : this.id, 8 : this.url, 9 : this.uploadedDate, 10 : }); 11 : } |
![]() |
Generated by: LCOV version 1.14 |