class Piggly::Tags::UnconditionalBranchTag

Tracks procedure calls, raise exception, exits, returns

Public Instance Methods

type() click to toggle source

Aggregate this coverage data with conditional branches

# File lib/piggly/tags.rb, line 84
def type
  :branch
end