An open API service indexing awesome lists of open source software.

https://github.com/se2p/static-line-counter

A small example task for the Software Testing class introducing the usage of ASM by counting lines per method statically
https://github.com/se2p/static-line-counter

Last synced: 24 days ago
JSON representation

A small example task for the Software Testing class introducing the usage of ASM by counting lines per method statically

Awesome Lists containing this project

README

          

# Static Line Counter

[![pipeline status](https://gitlab.infosun.fim.uni-passau.de/se2/teaching/software-testing/static-line-counter/badges/master/pipeline.svg)](https://gitlab.infosun.fim.uni-passau.de/se2/teaching/software-testing/static-line-counter/commits/master)
[![coverage report](https://gitlab.infosun.fim.uni-passau.de/se2/teaching/software-testing/static-line-counter/badges/master/coverage.svg)](https://gitlab.infosun.fim.uni-passau.de/se2/teaching/software-testing/static-line-counter/commits/master)

A very simple program that counts the lines per method in a class.
Used for introduction into the ASM library.