If there's a behaviour declared on a module that expects a particular function and we get an UndefinedFunctionError on that function - the blame callback should add information about this.
The information about behaviours is available in the return of the module_info/1 function and the information about callbacks of a particular behaviour is available in the return of the behaviour_info/1 function.