1%%% This is an -*- erlang -*- file.
2%%%
3%%% Elements in this file shall be on the form
4%%% {Application,Modules}.
5%%%
6%%% Application is the name of an application or the atom all.
7%%% Modules is a list of module names
8%%%
9%%% The Application shall include the listed Modules in its cover compilation,
10%%% but not in the cover analysis.
11%%% If Application=all it means that all application shall include the listed
12%%% Modules in the cover compilation.
13%%%
14%%% After all tests are completed, the listed modules are analysed with cover
15%%% data from all tests and the result is stored under the application where
16%%% the modules belong.
17
18{all,[]}.
19
20{observer,[dbg]}.
21