report Module Procedure

module procedure report module subroutine report(test, passes, tests, skips)

Arguments

Type IntentOptional Attributes Name
class(test_t), intent(in) :: test
integer, intent(inout) :: passes
integer, intent(inout) :: tests
integer, intent(inout) :: skips

Calls

proc~~report~2~~CallsGraph proc~report~2 report interface~co_characterize test_result_t%co_characterize proc~report~2->interface~co_characterize interface~internal_this_image internal_this_image proc~report~2->interface~internal_this_image interface~passed test_result_t%passed proc~report~2->interface~passed interface~skipped test_result_t%skipped proc~report~2->interface~skipped results results proc~report~2->results subject subject proc~report~2->subject