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

https://github.com/moosetechnology/famix-coverage

Famix metamodel for coverage
https://github.com/moosetechnology/famix-coverage

coverage meta-model moose pharo smalltalk

Last synced: about 1 month ago
JSON representation

Famix metamodel for coverage

Awesome Lists containing this project

README

        

# Famix-Coverage

Represents code coverage using a Famix model of the code.

## Installation

```st
Metacello new
githubUser: 'moosetechnology' project: 'Famix-Coverage' commitish: 'main' path: 'src';
baseline: 'FamixCoverage';
load
```