Quick start:

1. build the API table: (If you have built it before, skip this step.)
>run api_table

2. get the coverage data for a specified API
>run cover dir_name

3. get all coverage data
>run cover

The output file is ./output/api_table.xml

4. clear all things
>run api_table clear
